Uses of Class
io.avaje.jsonb.JsonReader.Token
-
Packages that use JsonReader.Token Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of JsonReader.Token in io.avaje.jsonb
Methods in io.avaje.jsonb that return JsonReader.Token Modifier and Type Method Description JsonReader.Token
JsonReader. currentToken()
Return the current Token.static JsonReader.Token
JsonReader.Token. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonReader.Token[]
JsonReader.Token. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-