|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonToken | |
---|---|
com.google.api.client.json | Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON. |
com.google.api.client.json.gson | Low-level implementation of the GSON parser library based on the GSON JSON library. |
Uses of JsonToken in com.google.api.client.json |
---|
Methods in com.google.api.client.json that return JsonToken | |
---|---|
abstract JsonToken |
JsonParser.getCurrentToken()
Returns the token the parser currently points to or null for none (at start of input or
after end of input). |
abstract JsonToken |
JsonParser.nextToken()
Returns the next token from the stream or null to indicate end of input. |
static JsonToken |
JsonToken.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonToken[] |
JsonToken.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of JsonToken in com.google.api.client.json.gson |
---|
Methods in com.google.api.client.json.gson that return JsonToken | |
---|---|
JsonToken |
GsonParser.getCurrentToken()
Deprecated. |
JsonToken |
GsonParser.nextToken()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |