Package Torello.Java.JSON
A JSON Package that simple converts JSON-Types to Java-Types, with ease
-
Json-Flags Configure Behavior Java Entity Description JFlag Exception-Flags that may be passed to theReadJSON
methods which accept a'FLAGS'
parameterRead a Json-Type Java Entity Description ReadJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additional help with converting JSON Data into Java Object-DataReadPrimJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalReadNumberJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additional help with converting JSON Data into the Best-Fitjava
ReadBoxedJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalReadBoxedJSON.XL RJInternal Class which provides a series of helper functions for all JSON Type-Binding Reader ClassesJsonArray: into a Stream Java Entity Description RJArrIntoStream Utilities for parsing Json Array's and sending the parsed values into a Java StreamRJArrIntoBoxedStream Utilities for parsing Json Array's and sending the parsed values into a Java Strea of Boxed-PrimitivesRJArrIntoPrimStream Utilities for parsing Json Array's and sending the parsed values into a Java Primitive StreamJsonArray: into a Consumer Java Entity Description RJArrIntoConsumer Utilities for parsing Json Array's and sending the parsed values into a Java Consumer Functional-InterfaceRJArrIntoBoxedConsumer Utilities for parsing Json Array's and sending the parsed values into a Java Consumer of Boxed-PrimitivesRJArrIntoPrimConsumer Utilities for parsing Json Array's and sending the parsed values into a Java Consumer of Boxed-PrimitivesJson-Array: into an Array Java Entity Description RJArrIntoJavaArray RJArrIntoPrimArray Utilities for parsing Json Array's and sending the parsed values into a Java-ArrayRJArrDimN Parses Multi-Dimensional JSON Array's into Multi-Dimensional Java Array'sJson-Array: Helpers Java Entity Description ProcessJsonArray This class is the "Central Artery" for all Json-Array Processing done in this packageSettingsRec<T,U> Browser Package Write Helpers Java Entity Description WriteJSON Generates JSON Requests from lists of Parameter-Names, Parameter-Types and Parameter-ValuesBaseType This class may be used to help serialize Java Objects into Json ObjectsJSON Exceptions Java Entity Description JsonBindingException The parent class of all Json Exceptions in this packageJsonBindingArrException The parent class of all Json Binding Exceptions that are used forJsonArray
element retrieval errorsJsonBindingObjException The parent class of all Json Binding Exceptions that are used forJsonObject
property retrieval errorsJsonPropMissingException Used to indicate that therw was a property within aJsonObject
that wasn't actually identified during the Json ParseJsonArithmeticArrException Used to indicate that one of the elements within aJsonArray
caused a JavaArithmeticException
to throw when attempting to bind the element to a Java Number TypeJsonArithmeticObjException Used to indicate that one of the properties within aJsonObject
caused a JavaArithmeticException
to throw when attempting to bind the property to a Java Number TypeJsonTypeArrException Used to indicate that one of the indices within aJsonArray
contained a different type than was requested / expected by the readerJsonTypeObjException Used to indicate that one of the properties within aJsonObject
contained a different type than was requested / expected by the readerJsonNullArrException Used to indicate that one of the elements within aJsonArray
contained Json Null, when it was expected to contain a valid Json-TypeJsonNullObjException Used to indicate that one of the properties within aJsonObject
contained Json-Null, when it was expected to contain a valid Json-TypeJsonNullPrimitiveArrException Used to indicate that one of the indices within aJsonArray
contained null, where a valid primitive-value was expectedJsonNullPrimitiveObjException Used to indicate that one of the properties within aJsonObject
contained null, where a valid primitive-value was expectedJsonStrParseArrException Used to indicate that a specificJsonString
within aJsonObject
orJsonArray
was not properly parsed into a target Java-TypeJsonStrParseObjException Used to indicate that a specificJsonString
within aJsonObject
orJsonArray
was not properly parsed into a target Java-Type