Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
R
S
T
U
V
I
InstanceCreator
<
T
> - Interface in
com.google.gson
This interface is implemented to create instances of a class that does not define a no-args constructor.
isAssignableFrom(Class<?>)
- Method in class com.google.gson.reflect.
TypeToken
Check if this type is assignable from the given class object.
isAssignableFrom(Type)
- Method in class com.google.gson.reflect.
TypeToken
Check if this type is assignable from the given Type.
isAssignableFrom(TypeToken<?>)
- Method in class com.google.gson.reflect.
TypeToken
Check if this type is assignable from the given type token.
isBoolean()
- Method in class com.google.gson.
JsonPrimitive
Check whether this primitive contains a boolean value.
isJsonArray()
- Method in class com.google.gson.
JsonElement
provides check for verifying if this element is an array or not.
isJsonNull()
- Method in class com.google.gson.
JsonElement
provides check for verifying if this element represents a null value or not.
isJsonObject()
- Method in class com.google.gson.
JsonElement
provides check for verifying if this element is a Json object or not.
isJsonPrimitive()
- Method in class com.google.gson.
JsonElement
provides check for verifying if this element is a primitive or not.
isNumber()
- Method in class com.google.gson.
JsonPrimitive
Check whether this primitive contains a Number.
isString()
- Method in class com.google.gson.
JsonPrimitive
Check whether this primitive contains a String value.
iterator()
- Method in class com.google.gson.
JsonArray
Returns an iterator to navigate the elemetns of the array.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
R
S
T
U
V