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.String value is a valid JSON name.String value is a valid JSON string.JsonState of this DefaultJsonPullParser, which describes
the next type of value or structural element of the JSON document.DefaultJsonPullParser.DefaultJsonPullParser.DefaultJsonPullParser.DefaultJsonPullParser.DefaultJsonPullParser.DefaultJsonPushParser is a stream based JSON parser.DefaultJsonPushParser.DefaultJsonPushParser.DefaultJsonPushParser.DefaultJsonPushParser.DefaultJsonPushParser.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.IdleJsonHandler is a JsonHandler with empty methods.JsonException indicates that a JSON related operation failed.JsonException with the given message and cause.JsonException with the given message.JsonException with the given cause.JsonHandler provides a collection of callback methods that can be
called for a sequence of events that describe a JSON document.JsonHandlingException is a JsonProcessingException that
indicates that a JsonHandler couldn't handle an event in one of the
callback methods.JsonStateException with the given message and
cause.JsonStateException with the given message.JsonStateException with the given cause.JsonIndexException is a JsonException that indicates that
a given value is not a valid index for a given JSON structure.JsonIndexException with the given message
and cause.JsonIndexException with the given message.JsonIndexException with the given cause.JsonParserMode is a configuration flag that modifies the execution
of a DefaultJsonPullParser or a DefaultJsonPushParser.JsonProcessingException is a JsonException that indicates
that a JSON related operation couldn't be performed.JsonProcessingException with the given message
and cause.JsonProcessingException with the given message.JsonProcessingException with the given cause.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.JsonState describes the current state of a JsonPullParser
and determines which methods may be called successfully next.JsonStateException is a JsonProcessingException that
indicates that a JSON related operation couldn't be performed because the
JSON related object is not in the correct state for that operation.JsonStateException with the given message and
cause.JsonStateException with the given message.JsonStateException with the given cause.JsonSyntaxError describes the kinds of syntax error a JSON parser
may encounter.JsonSyntaxException is a JsonException that indicates that
a JSON parser encountered a JSON syntax error while parsing a JSON document.JsonSyntaxException for the given components.JsonValueException is a JsonException that indicates
that a JSON value couldn't be processed or failed to fulfill a constraint.JsonValueException with the given message
and cause.JsonValueException with the given message.JsonValueException with the given cause.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.NullJsonHandler is an IdleJsonHandler that does nothing.NullJsonHandlerStringJsonSource is a JsonSource that is backed by a given
Reader and buffers a small portion of the read characters in a
char[].StringJsonSource with the
default buffer size.StringJsonSource.current
JsonState is JsonState.STRING and return a Reader
that consumes the corresponding value.StringJsonSource.VacantJsonIndexException is a JsonValueException
indicates that a JSON structure has no JSON value for a given index.VacantJsonIndexException with the given message
and cause.VacantJsonIndexException with the given message.VacantJsonIndexException with the given cause.Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.