String value is a valid JSON name.String value is a valid JSON string.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.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.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.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.NullJsonHandler is an IdleJsonHandler that does nothing.NullJsonHandlerVacantJsonIndexException 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.XmlDocumentJsonHandler is a JsonHandler that creates a XML
Document that represents the same data as the handled JSON document
using the following rules:
A JSON array is represented as a tag with name array.
A JSON object is represented as a tag with name object.
A JSON object entry is represented as a tag with name entry.
The name of a JSON object entry is represented as an attribute of the
entry tag with name name.
A JSON null is represented as a tag with name null.
A JSON boolean is represented as a tag with name boolean.
The value of the JSON boolean represented as an attribute of the
boolean tag with name value .
A JSON number is represented as a tag with name number.
The value of the JSON number represented as an attribute of the
number tag with name value.
A JSON string is represented as a tag with name string.
The value of the JSON string represented as an attribute of the
string tag with name value .
XmlDocumentJsonHandler using a @link
default
DocumentBuilder created by a
default
DocumentBuilderFactory.Copyright © 2016–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.