Uses of Enum
de.haumacher.msgbuf.json.JsonToken
Packages that use JsonToken
Package
Description
Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing.
-
Uses of JsonToken in de.haumacher.msgbuf.json
Methods in de.haumacher.msgbuf.json that return JsonTokenModifier and TypeMethodDescriptionJsonReader.peek()Returns the type of the next token without consuming it.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.