Uses of Class
de.haumacher.msgbuf.json.JsonToken
-
Packages that use JsonToken Package Description de.haumacher.msgbuf.json 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 JsonToken Modifier and Type Method Description JsonTokenJsonReader. peek()Returns the type of the next token without consuming it.static JsonTokenJsonToken. valueOf(String name)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.
-