Skip navigation links
C G I J M N O T V X 

C

checkDoubleValue(double) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
Checks that a double value is a valid JSON number.
checkStringValue(String) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
Checks that a String value is a valid JSON string.

G

getColumn() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
Returns the column in the JSON document, where the syntax error occurred.
getDescription() - Method in enum net.markenwerk.utils.json.common.JsonSyntaxError
Returns a description of this JsonSyntaxError.
getError() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
Returns the syntax error.
getExpectation() - Method in enum net.markenwerk.utils.json.common.JsonSyntaxError
Returns a description of an unfulfilled expectation, that caused this JsonSyntaxError.
getFuture() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
Returns a few characters from the parsed character stream, that come after the syntax error, if already cached.
getLine() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
Returns the line in the JSON document, where the syntax error occurred.
getMessage() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
 
getPast() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
Returns a few characters from the parsed character stream, that came before the syntax error, if still cached.
getResult() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
getResult() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
getResult() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Returns the calculated result.

I

IdleJsonHandler<Result> - Class in net.markenwerk.utils.json.handler
An IdleJsonHandler is a JsonHandler with empty methods.
IdleJsonHandler() - Constructor for class net.markenwerk.utils.json.handler.IdleJsonHandler
 
InvalidJsonIndexException - Exception in net.markenwerk.utils.json.common
A InvalidJsonIndexException is a JsonException indicates that a given index value is not valid for a given JSON structure.
InvalidJsonIndexException(String, Throwable) - Constructor for exception net.markenwerk.utils.json.common.InvalidJsonIndexException
Creates a new InvalidJsonIndexException with the given message and cause.
InvalidJsonIndexException(String) - Constructor for exception net.markenwerk.utils.json.common.InvalidJsonIndexException
Creates a new InvalidJsonIndexException with the given message.
InvalidJsonIndexException(Throwable) - Constructor for exception net.markenwerk.utils.json.common.InvalidJsonIndexException
Creates a new InvalidJsonIndexException with the given cause.
InvalidJsonValueException - Exception in net.markenwerk.utils.json.common
A InvalidJsonValueException is a JsonValueException indicates that a JSON value couldn't be processed or failed to fulfill a constraint.
InvalidJsonValueException(String, Throwable) - Constructor for exception net.markenwerk.utils.json.common.InvalidJsonValueException
Creates a new InvalidJsonValueException with the given message and cause.
InvalidJsonValueException(String) - Constructor for exception net.markenwerk.utils.json.common.InvalidJsonValueException
Creates a new InvalidJsonValueException with the given message.
InvalidJsonValueException(Throwable) - Constructor for exception net.markenwerk.utils.json.common.InvalidJsonValueException
Creates a new InvalidJsonValueException with the given cause.

J

JsonException - Exception in net.markenwerk.utils.json.common
A JsonException indicates that a JSON related operation failed.
JsonException(String, Throwable) - Constructor for exception net.markenwerk.utils.json.common.JsonException
Creates a new JsonException with the given message and cause.
JsonException(String) - Constructor for exception net.markenwerk.utils.json.common.JsonException
Creates a new JsonException with the given message.
JsonException(Throwable) - Constructor for exception net.markenwerk.utils.json.common.JsonException
Creates a new JsonException with the given cause.
JsonHandler<Result> - Interface in net.markenwerk.utils.json.handler
A 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 - Exception in net.markenwerk.utils.json.handler
A JsonHandlingException is a JsonException that indicates that the handling of a JSON document or a JSON value failed.
JsonHandlingException(String, Throwable) - Constructor for exception net.markenwerk.utils.json.handler.JsonHandlingException
Creates a new JsonHandlingException with the given message and cause.
JsonHandlingException(String) - Constructor for exception net.markenwerk.utils.json.handler.JsonHandlingException
Creates a new JsonHandlingException with the given message.
JsonHandlingException(Throwable) - Constructor for exception net.markenwerk.utils.json.handler.JsonHandlingException
Creates a new JsonHandlingException with the given cause.
JsonSyntaxError - Enum in net.markenwerk.utils.json.common
A JsonSyntaxError describes the kinds of syntax error a JSON parser may encounter.
JsonSyntaxException - Exception in net.markenwerk.utils.json.common
A JsonSyntaxException is a JsonException that indicates that a JSON parser encountered a JSON syntax error while parsing a JSON document.
JsonSyntaxException(JsonSyntaxError, int, int, String, String) - Constructor for exception net.markenwerk.utils.json.common.JsonSyntaxException
Creates a new JsonSyntaxException for the given components.
JsonValueException - Exception in net.markenwerk.utils.json.common
A JsonValueException is a JsonException indicates that a JSON value couldn't be processed.
JsonValueException(String, Throwable) - Constructor for exception net.markenwerk.utils.json.common.JsonValueException
Creates a new JsonValueException with the given message and cause.
JsonValueException(String) - Constructor for exception net.markenwerk.utils.json.common.JsonValueException
Creates a new JsonValueException with the given message.
JsonValueException(Throwable) - Constructor for exception net.markenwerk.utils.json.common.JsonValueException
Creates a new JsonValueException with the given cause.

M

MissingJsonValueException - Exception in net.markenwerk.utils.json.common
A MissingJsonValueException is a JsonValueException indicates that a JSON structure has no JSON value for a given index.
MissingJsonValueException(String, Throwable) - Constructor for exception net.markenwerk.utils.json.common.MissingJsonValueException
Creates a new MissingJsonValueException with the given message and cause.
MissingJsonValueException(String) - Constructor for exception net.markenwerk.utils.json.common.MissingJsonValueException
Creates a new MissingJsonValueException with the given message.
MissingJsonValueException(Throwable) - Constructor for exception net.markenwerk.utils.json.common.MissingJsonValueException
Creates a new MissingJsonValueException with the given cause.

N

net.markenwerk.utils.json.common - package net.markenwerk.utils.json.common
 
net.markenwerk.utils.json.common.handler.xml - package net.markenwerk.utils.json.common.handler.xml
 
net.markenwerk.utils.json.handler - package net.markenwerk.utils.json.handler
 
NullJsonHandler - Class in net.markenwerk.utils.json.handler
A NullJsonHandler is an IdleJsonHandler that does nothing.
NullJsonHandler() - Constructor for class net.markenwerk.utils.json.handler.NullJsonHandler
Creates a new NullJsonHandler

O

onArrayBegin() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onArrayBegin() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onArrayBegin() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON array started.
onArrayEnd() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onArrayEnd() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onArrayEnd() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON array ended.
onBoolean(boolean) - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onBoolean(boolean) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onBoolean(boolean) - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object encountered a JSON boolean.
onDocumentBegin() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onDocumentBegin() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onDocumentBegin() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON document started.
onDocumentEnd() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onDocumentEnd() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onDocumentEnd() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON document ended.
onDouble(double) - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onDouble(double) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onDouble(double) - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object encountered a JSON number, that represents a decimal value.
onLong(long) - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onLong(long) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onLong(long) - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object encountered a JSON number, that represents an integer value.
onName(String) - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onName(String) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onName(String) - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object encountered the name for the next JSON value.
onNext() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onNext() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onNext() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON array or JSON object encountered another element.
onNull() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onNull() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onNull() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object encountered a JSON null.
onObjectBegin() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onObjectBegin() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onObjectBegin() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object started.
onObjectEnd() - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onObjectEnd() - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onObjectEnd() - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object ended.
onString(String) - Method in class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
 
onString(String) - Method in class net.markenwerk.utils.json.handler.IdleJsonHandler
 
onString(String) - Method in interface net.markenwerk.utils.json.handler.JsonHandler
Called when the parsing of a JSON object encountered a JSON string.

T

toString() - Method in exception net.markenwerk.utils.json.common.JsonSyntaxException
 

V

valueOf(String) - Static method in enum net.markenwerk.utils.json.common.JsonSyntaxError
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.markenwerk.utils.json.common.JsonSyntaxError
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlDocumentJsonHandler - Class in net.markenwerk.utils.json.common.handler.xml
A 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() - Constructor for class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
XmlDocumentJsonHandler(DocumentBuilder) - Constructor for class net.markenwerk.utils.json.common.handler.xml.XmlDocumentJsonHandler
Create a new XmlDocumentJsonHandler using the given DocumentBuilder to create a new XML Document.
C G I J M N O T V X 
Skip navigation links

Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.