- get(int) - Method in class org.json.JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class org.json.JSONObject
-
Get the value object associated with a key.
- getBoolean(int) - Method in class org.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class org.json.JSONObject
-
Get the boolean value associated with a key.
- getCause() - Method in exception org.json.JSONException
-
- getConverter() - Method in class org.vostok.json.JSONContext
-
return the list of all converters this context knows
- getDouble(int) - Method in class org.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class org.json.JSONObject
-
Get the double value associated with a key.
- getInstance() - Static method in class org.vostok.json.JSONContext
-
return default context with default converters list and nice = true
- getInt(int) - Method in class org.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - Method in class org.json.JSONObject
-
Get the int value associated with a key.
- getJSONArray(int) - Method in class org.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class org.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class org.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class org.json.JSONObject
-
Get the JSONObject value associated with a key.
- getLocale() - Static method in class org.vostok.json.JSONContext
-
return Locale ANY instances will use for classes such currency, date, calendar...
- getLong(int) - Method in class org.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - Method in class org.json.JSONObject
-
Get the long value associated with a key.
- getMarshaller() - Method in class org.vostok.json.JSONContext
-
Marshaller is responsible for serializing Java code into js object
- getNames(JSONObject) - Static method in class org.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - Static method in class org.json.JSONObject
-
Get an array of field names from an Object.
- getObject() - Method in class org.vostok.json.converter.ArrayDequeConverter
-
- getObject() - Method in class org.vostok.json.converter.ArrayListConverter
-
- getObject(String) - Method in class org.vostok.json.converter.BooleanConverter
-
- getObject(String) - Method in class org.vostok.json.converter.CalendarConverter
-
- getObject(String) - Method in class org.vostok.json.converter.CharacterConverter
-
- getObject(String) - Method in class org.vostok.json.converter.CurrencyConverter
-
- getObject(String) - Method in class org.vostok.json.converter.DateConverter
-
- getObject(String) - Method in class org.vostok.json.converter.DoubleConverter
-
- getObject(String) - Method in class org.vostok.json.converter.FloatConverter
-
- getObject() - Method in class org.vostok.json.converter.HashSetConverter
-
- getObject(String) - Method in class org.vostok.json.converter.IntegerConverter
-
- getObject() - Method in class org.vostok.json.converter.LinkedListConverter
-
- getObject(String) - Method in class org.vostok.json.converter.LocaleConverter
-
- getObject(String) - Method in class org.vostok.json.converter.LongConverter
-
- getObject() - Method in class org.vostok.json.converter.PriorityQueueConverter
-
- getObject(String) - Method in class org.vostok.json.converter.ShortConverter
-
- getObject() - Method in class org.vostok.json.converter.StackConverter
-
- getObject(String) - Method in class org.vostok.json.converter.StringConverter
-
- getObject() - Method in class org.vostok.json.converter.TreeSetConverter
-
- getObject() - Method in class org.vostok.json.converter.VectorConverter
-
- getObject(String) - Method in interface org.vostok.json.ObjectConverterInterface
-
parse data and return corresponding object.
- getObject() - Method in interface org.vostok.json.SerieConverterInterface
-
used to unmarshalling a js array
return the final object
- getString(int) - Method in class org.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class org.json.JSONObject
-
Get the string associated with a key.
- getString(Object) - Method in class org.vostok.json.converter.AbstractNumber
-
- getString(Object) - Method in class org.vostok.json.converter.AbstractString
-
- getString(Object) - Method in class org.vostok.json.converter.BooleanConverter
-
- getString(Object) - Method in interface org.vostok.json.ObjectConverterInterface
-
serialize java class into a js object.
- getUnmarshaller() - Method in class org.vostok.json.JSONContext
-
Unmarshaller are responsible of parsing js object/data into java class