- get(int) - Method in class org.json.simple.ItemList
-
Deprecated.
- getArray() - Method in class org.json.simple.ItemList
-
Deprecated.
description omitted.
- getBigDecimal(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a BigDecimal, Number, or String at the given index.
- getBigDecimal(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a BigDecimal, Number, or String at the given key.
- getBigDecimalOrDefault(String, BigDecimal) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a BigDecimal, Number, or String at the given key.
- getBoolean(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Boolean or String value at the given index.
- getBoolean(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean or String value at the given key.
- getBooleanOrDefault(String, boolean) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean or String value at the given key.
- getByte(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getByte(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getByteOrDefault(String, byte) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getCollection(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Collection value at the given index.
- getCollection(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Collection at the given key.
- getCollectionOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Collection at the given key.
- getDouble(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getDouble(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getDoubleOrDefault(String, double) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getEnum(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a String value at the given index representing a fully qualified name
in dot notation of an enum.
- getEnum(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a String value at the given key representing a fully qualified name
in
dot notation of an enum.
- getEnumOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a String value at the given key representing a fully qualified name
in
dot notation of an enum.
- getErrorType() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
Action on data for a result.
- getFloat(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getFloat(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getFloatOrDefault(String, float) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getInteger(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getInteger(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getIntegerOrDefault(String, int) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getItems() - Method in class org.json.simple.ItemList
-
Deprecated.
description omitted.
- getLong(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getLong(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getLongOrDefault(String, long) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getMap(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Map value at the given index.
- getMap(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Map at the given key.
- getMapOrDefault(String, T) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Map at the given key.
- getMessage() - Method in exception org.json.simple.DeserializationException
-
- getMessage() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
- getPosition() - Method in exception org.json.simple.DeserializationException
-
- getPosition() - Method in class org.json.simple.parser.JSONParser
-
Deprecated.
- getPosition() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.
- getProblemType() - Method in exception org.json.simple.DeserializationException
-
- getShort(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Number or String value at the given index.
- getShort(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getShortOrDefault(String, short) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Number or String value at the given key.
- getString(int) - Method in class org.json.simple.JsonArray
-
A convenience method that assumes there is a Boolean, Number, or String value at the given index.
- getString(String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean, Number, or String value at the given key.
- getStringOrDefault(String, String) - Method in class org.json.simple.JsonObject
-
A convenience method that assumes there is a Boolean, Number, or String value at the given key.
- getUnexpectedObject() - Method in exception org.json.simple.DeserializationException
-
- getUnexpectedObject() - Method in exception org.json.simple.parser.ParseException
-
Deprecated.