StringBuilder.current
JsonState is JsonState.ARRAY_BEGIN and consumes the
beginning of a JSON array.current
JsonState is JsonState.DOCUMENT_BEGIN and consumes the
begin of the JSON document.current
JsonState is JsonState.OBJECT_BEGIN and consumes the
beginning of a JSON object.char that represents the Unicode byte order mark.CharacterArrayJsonSource for the given
String.JsonState of this JsonSourcePullParser, which describes
the next type of value or structural element of the JSON document.current
JsonState is JsonState.DOCUMENT_END and consumes the end
of the JSON document.column that corresponds to the
current position of the underlying JsonSource in the character
sequence, as if the character source was a regular file.column that corresponds to the
current position of the underlying JsonSource in the character
sequence, as if the character source was a regular file.JsonSource in the character sequence, as if the character source
was a regular file.JsonSyntaxError.JsonSyntaxError.String otherwise.line that corresponds to the
current position of the underlying JsonSource in the character
sequence, as if the character source was a regular file.line that corresponds to the
current position of the underlying JsonSource in the character
sequence, as if the character source was a regular file.JsonSource in the character sequence, as if the character source
was a regular file.String otherwise.JsonSource and report to
the JsonHandler.JsonSource and report to
the JsonHandler.JsonHandler handles the events that are generated by a
JsonPushParser and calculates a result.JsonParserMode is a configuration flag that modifies the execution
of a JsonSourcePullParser or a JsonSourcePushParser.JsonPullParser is an event based JSON parser.JsonPullParser is an event based JSON parser.JsonSource represents access to a sequence of characters to be used
used by a JsonPullParser.JsonSourcePullParser for the given String.JsonSourcePullParser for the given char[].JsonSourcePullParser for the given Reader.JsonSourcePullParser for the given Reader.JsonSourcePullParser for the given
JsonSource.JsonSourcePullParser for the given
JsonSource.JsonSourcePushParser is a stream based JSON parser.JsonSourcePushParser for the given String.JsonSourcePushParser for the given char[].JsonSourcePushParser for the given Reader.JsonSourcePushParser for the given Reader.JsonSourcePushParser for the given
JsonSource.JsonState describes the current state of a JsonPullParser
and determines which methods may be called successfully next.JsonSyntaxError describes the kinds of syntax error a
JsonPullParser or a JsonPushParser may encounter.JsonSyntaxException indicates that a JsonPullParser or a
JsonPushParser encountered a JSON syntax error while parsing a JSON
document.JsonSyntaxException for the given components.current
JsonState is JsonState.BOOLEAN and consumes and returns
the corresponding value.current
JsonState is JsonState.LONG and consumes and returns the
corresponding value as a byte.current
JsonState is JsonState.LONG and consumes and returns the
corresponding value as a char.current
JsonState is JsonState.DOUBLE and consumes and returns
the corresponding value.current
JsonState is JsonState.DOUBLE and consumes and returns
the corresponding value as a float.current
JsonState is JsonState.LONG and consumes and returns the
corresponding value as a int.current
JsonState is JsonState.LONG and consumes and returns the
corresponding value.current
JsonState is JsonState.NAME and consumes and returns the
corresponding name of a JSON object entry.current
JsonState is JsonState.NULL and consumes the
null The next JsonState describes either the next
sibling value of this JSON value or the end of surrounding JSON array or
JSON object.current
JsonState is JsonState.LONG and consumes and returns the
corresponding value as a short.current
JsonState is JsonState.STRING and consumes and returns
the corresponding value.StringJsonSource is a JsonSource that is backed by a given
Reader and buffers a small portion of the read characters in a
char[].StringJsonSource for the given Reader.current
JsonState is JsonState.STRING and return a Reader
that consumes the corresponding value.StringJsonSource for the given String.Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.