Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- genericType() - Element in annotation type de.ralleytn.simple.json.serialization.JSONAttribute
-
Defines the
- getArray(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value already is a JSONArray, it will be casted and returned.
- getArray(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value already is a JSONArray, it will be casted and returned.
- getBoolean(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is already a Boolean, it will be casted and returned.
- getBoolean(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is already a Boolean, it will be casted and returned.
- getByte(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a Number, its
byte
value is returned. - getByte(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a Number, its
byte
value is returned. - getDate(int, DateFormat) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value already is a Date, it will be casted and returned.
- getDate(String, DateFormat) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value already is a Date, it will be casted and returned.
- getDouble(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a Number, its
double
value is returned. - getDouble(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a Number, its
double
value is returned. - getEnum(int, Class<T>) - Method in class de.ralleytn.simple.json.JSONArray
-
If the String representation of the value equals the name of the enum constant in the given enum type, it will return the enum constant.
- getEnum(String, Class<T>) - Method in class de.ralleytn.simple.json.JSONObject
-
If the String representation of the value equals the name of the enum constant in the given enum type, it will return the enum constant.
- getErrorType() - Method in exception de.ralleytn.simple.json.JSONParseException
- getFloat(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a Number, its
float
value is returned. - getFloat(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a Number, its
float
value is returned. - getIndent() - Method in class de.ralleytn.simple.json.JSONFormatter
- getInteger(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a Number, its
int
value is returned. - getInteger(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a Number, its
int
value is returned. - getLong(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a Number, its
long
value is returned. - getLong(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a Number, its
long
value is returned. - getMessage() - Method in exception de.ralleytn.simple.json.JSONParseException
- getObject(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a JSONObject already, it will be casted and returned.
- getObject(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a JSONObject already, it will be casted and returned.
- getPosition() - Method in exception de.ralleytn.simple.json.JSONParseException
- getPosition() - Method in class de.ralleytn.simple.json.JSONParser
- getShort(int) - Method in class de.ralleytn.simple.json.JSONArray
-
If the value is a Number, its
short
value is returned. - getShort(String) - Method in class de.ralleytn.simple.json.JSONObject
-
If the value is a Number, its
short
value is returned. - getString(int) - Method in class de.ralleytn.simple.json.JSONArray
-
Returns the same as the value's
Object.toString()
method. - getString(String) - Method in class de.ralleytn.simple.json.JSONObject
-
Returns the same as the value's
Object.toString()
method. - GETTER - Enum constant in enum de.ralleytn.simple.json.serialization.JSONAttribute.Type
-
Marks the attribute for reading.
- getUnexpectedObject() - Method in exception de.ralleytn.simple.json.JSONParseException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form