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.
Beta Testing utilities used for writing tests based on this library.
-
Uses of JsonToken in com.google.api.client.json
Subclasses with type arguments of type JsonToken in com.google.api.client.jsonMethods in com.google.api.client.json that return JsonTokenModifier and TypeMethodDescriptionabstract JsonTokenJsonParser.getCurrentToken()Returns the token the parser currently points to ornullfor none (at start of input or after end of input).abstract JsonTokenJsonParser.nextToken()Returns the next token from the stream ornullto indicate end of input.static JsonTokenReturns 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.testing.json
Methods in com.google.api.client.testing.json that return JsonToken