- arraySize() - Method in class org.easygson.JsonEntity
-
Returns the size of the array
- asBigDecimal() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a BigDecimal
- asBigDecimal(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a BigDecimal
- asBigDecimal(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a BigDecimal
- asBigInteger() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a BigInteger
- asBigInteger(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a BigDecimal
- asBigInteger(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a BigInteger
- asBoolean() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a boolean
- asBoolean(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a boolean
- asBoolean(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a boolean
- asByte() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a byte
- asByte(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a byte
- asByte(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a byte
- asCharacter() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a Character
- asCharacter(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a Character
- asCharacter(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a Character
- asDouble() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a double
- asDouble(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a double
- asDouble(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a double
- asFloat() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a float
- asFloat(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a float
- asFloat(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a float
- asInt() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as an int
- asInt(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as an int
- asInt(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as an int
- asShort() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a short
- asShort(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a short
- asShort(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a short
- asString() - Method in class org.easygson.JsonEntity
-
Returns the current primitive element as a String
- asString(int) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive at the position in the array as a String
- asString(String) - Method in class org.easygson.JsonEntity
-
Convenience method for returning the primitive with property name from the object as a String
- create(String, JsonEntity) - Method in class org.easygson.JsonEntity
-
Creates a JsonEntity under property name in the object.
- create(JsonEntity) - Method in class org.easygson.JsonEntity
-
Appends a JsonEntity to the end of the array.
- create(int, JsonEntity) - Method in class org.easygson.JsonEntity
-
Inserts a JsonEntity at the designated position in the array.
- create(String, JsonElement) - Method in class org.easygson.JsonEntity
-
Creates a JsonElement under property name in the object.
- create(JsonElement) - Method in class org.easygson.JsonEntity
-
Appends a JsonEntity to the end of the array.
- create(int, JsonElement) - Method in class org.easygson.JsonEntity
-
Inserts a JsonElement at the designated position in the array.
- create(String, String) - Method in class org.easygson.JsonEntity
-
Creates a String value under property name in the object.
- create(String) - Method in class org.easygson.JsonEntity
-
Appends a String value to the array.
- create(int, String) - Method in class org.easygson.JsonEntity
-
Inserts a String value at the position in the array.
- create(String, Number) - Method in class org.easygson.JsonEntity
-
Creates a Number value under property name in the object.
- create(Number) - Method in class org.easygson.JsonEntity
-
Appends a Number value to the array.
- create(int, Number) - Method in class org.easygson.JsonEntity
-
Inserts a Number value at the position in the array.
- create(String, Boolean) - Method in class org.easygson.JsonEntity
-
Creates a Boolean value under property name in the object.
- create(Boolean) - Method in class org.easygson.JsonEntity
-
Appends a Boolean value to the array.
- create(int, Boolean) - Method in class org.easygson.JsonEntity
-
Inserts a Boolean value at the position in the array.
- create(String, Character) - Method in class org.easygson.JsonEntity
-
Creates a Character value under property name in the object.
- create(Character) - Method in class org.easygson.JsonEntity
-
Appends a Character value to the array.
- create(int, Character) - Method in class org.easygson.JsonEntity
-
Inserts a Character value at the position in the array.
- createArray(String) - Method in class org.easygson.JsonEntity
-
Creates an array within an object.
- createArray() - Method in class org.easygson.JsonEntity
-
Creates an array within an array and adds it as the last element.
- createArray(int) - Method in class org.easygson.JsonEntity
-
Creates an array within an array and adds it at the designated position.
- createObject(String) - Method in class org.easygson.JsonEntity
-
Creates an object within an object.
- createObject() - Method in class org.easygson.JsonEntity
-
Creates an object within an array and adds it as the last element.
- createObject(int) - Method in class org.easygson.JsonEntity
-
Creates an object within an array and adds it at the designated position.