Uses of Enum
com.azure.json.JsonToken
-
Uses of JsonToken in com.azure.json
Methods in com.azure.json that return JsonTokenModifier and TypeMethodDescriptionabstract JsonTokenJsonReader.currentToken()Gets theJsonTokenthat the reader currently points.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.