Uses of Enum
com.google.api.client.json.JsonToken
Packages that use JsonToken
Package
Description
Utilities for JSON as specified in RFC 4627: The
application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.
Low-level implementation of the GSON parser library based on the GSON JSON library.
Low-level implementation of the JSON parser library based on the Jackson JSON library.
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
Beta
Testing utilities used for writing tests based on this library.
-
Uses of JsonToken in com.google.api.client.json
Methods in com.google.api.client.json that return JsonTokenModifier and TypeMethodDescriptionabstract JsonToken
JsonParser.getCurrentToken()
Returns the token the parser currently points to ornull
for none (at start of input or after end of input).abstract JsonToken
JsonParser.nextToken()
Returns the next token from the stream ornull
to indicate end of input.private JsonToken
JsonParser.startParsing()
Starts parsing that handles start of input by callingJsonParser.nextToken()
.private JsonToken
JsonParser.startParsingObjectOrArray()
Starts parsing an object or array by making sure the parser points to an object field name, first array value or end of object or array.static JsonToken
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
Fields in com.google.api.client.json.gson declared as JsonTokenMethods in com.google.api.client.json.gson that return JsonToken -
Uses of JsonToken in com.google.api.client.json.jackson
Methods in com.google.api.client.json.jackson that return JsonToken -
Uses of JsonToken in com.google.api.client.json.jackson2
Methods in com.google.api.client.json.jackson2 that return JsonToken -
Uses of JsonToken in com.google.api.client.testing.json
Methods in com.google.api.client.testing.json that return JsonToken