String value is a valid JSON string.JsonSyntaxError.JsonSyntaxError.IdleJsonHandler is a JsonHandler with empty methods.InvalidJsonIndexException is a JsonException indicates that
a given index value is not valid for a given JSON structure.InvalidJsonIndexException with the given message
and cause.InvalidJsonIndexException with the given message.InvalidJsonIndexException with the given cause.InvalidJsonValueException is a JsonValueException indicates that
a JSON value couldn't be processed or failed to fulfill a constraint.InvalidJsonValueException with the given message
and cause.InvalidJsonValueException with the given message.InvalidJsonValueException with the given cause.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 to describe a JSON document and calculates a result for the described
JSON document.JsonHandlingException is a JsonException that indicates that the
handling of a JSON document or a JSON value failed.JsonHandlingException with the given message and
cause.JsonHandlingException with the given message.JsonHandlingException 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 indicates that a JSON
value couldn't be processed.JsonValueException with the given message and
cause.JsonValueException with the given message.JsonValueException with the given cause.MissingJsonValueException is a JsonValueException indicates
that a JSON structure has no JSON value for a given index.MissingJsonValueException with the given message
and cause.MissingJsonValueException with the given message.MissingJsonValueException with the given cause.NullJsonHandler is an IdleJsonHandler that does nothing.NullJsonHandlerXmlDocumentJsonHandler 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 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.