Uses of Enum
com.azure.json.JsonToken
Packages that use JsonToken
Package
Description
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
-
Uses of JsonToken in com.azure.json
Methods in com.azure.json that return JsonTokenModifier and TypeMethodDescriptionabstract JsonToken
JsonReader.currentToken()
Gets theJsonToken
that the reader currently points.abstract JsonToken
JsonReader.nextToken()
Iterates to and returns the nextJsonToken
in the JSON encoded value.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.Methods in com.azure.json with parameters of type JsonTokenModifier and TypeMethodDescriptionJsonWriteContext.updateContext
(JsonToken token) Updates the context based on theJsonToken
that was written.void
JsonWriteContext.validateToken
(JsonToken token) Determines whether theJsonToken
is allowed to be written based on theJsonWriteState
.