Uses of Enum
com.azure.json.JsonToken
Packages that use JsonToken
Package
Description
Contains general classes for handling JSON.
Contains general classes for GSON-based handling JSON.
-
Uses of JsonToken in com.azure.json
Methods in com.azure.json that return JsonTokenModifier and TypeMethodDescriptionDefaultJsonReader.currentToken()abstract JsonTokenJsonReader.currentToken()Gets theJsonTokenthat the reader currently points.DefaultJsonReader.nextToken()abstract JsonTokenJsonReader.nextToken()Iterates to and returns the nextJsonTokenin the JSON encoded value.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.Methods in com.azure.json with parameters of type JsonTokenModifier and TypeMethodDescriptionJsonWriteContext.updateContext(JsonToken token) Updates the context based on theJsonTokenthat was written.voidJsonWriteContext.validateToken(JsonToken token) Determines whether theJsonTokenis allowed to be written based on theJsonWriteState. -
Uses of JsonToken in com.azure.json.gson
Methods in com.azure.json.gson that return JsonToken