A C D E F G H I J R S T 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.
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.

A C D E F G H I J R S T V