Package Torello.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 theReadJSONmethods which accept a'FLAGS'parameterRJInternal Class which provides a series of helper functions for all JSON Type-Binding Reader ClassesRead one JsonValue Java Entity Description ReadJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additional help with converting JSON Data into Java Object-DataSingle JsonValue: Primitives Java Entity Description ReadPrimJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalParsePrimJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalRorPPrimJSON Single JsonValue: Boxed Primitives Java Entity Description ReadBoxedJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalParseBoxedJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additionalRorPBoxedJSON ReadNumberJSON Builds on the J2EE Standard Release JSON Parsing Tools by providing additional help with converting JSON Data into the Best-FitjavaJsonArray: 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-PrimitivesRJArrConsumerRec Utilities for parsing Json Array's and sending the parsed values into a Java Consumer Functional-InterfaceRJArrBoxedConsumerRec Generate a Pre-ConfiguredSettingsRecinstance which can handle Java Boxed-PrimitivesRJArrPrimConsumerRec Generate a Pre-ConfiguredSettingsRecinstance which can handle Java-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: Main Loop Java Entity Description ProcessJsonArray This class is the "Central Artery" for all Json-Array Processing done in this packageProcessMultiDimJsonArray SettingsRec<T,U> Internal Use & Reference: RJArr Helpers Java Entity Description ChooseNumberHandler ChooseStringHandler FlagsToHandler<T> ACCEPTOR<T> BASIC_TYPES<T> CHANGEABLE_CONSUMER<T> EXTENDED_TYPES<T> GENERATE_1DARRAY SETTINGS_REC_BUILDER<T,U> Abstract JSON Exception Classes 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 forJsonArrayelement retrieval errorsJsonBindingObjException The parent class of all Json Binding Exceptions that are used forJsonObjectproperty retrieval errorsJSON Exceptions Java Entity Description JsonPropMissingException Used to indicate that therw was a property within aJsonObjectthat wasn't actually identified during the Json ParseJsonArithmeticArrException Used to indicate that one of the elements within aJsonArraycaused a JavaArithmeticExceptionto throw when attempting to bind the element to a Java Number TypeJsonArithmeticObjException Used to indicate that one of the properties within aJsonObjectcaused a JavaArithmeticExceptionto throw when attempting to bind the property to a Java Number TypeJsonBuildPOJOArrException Used to indicate that one of the elements within aJsonArraywas a parsed or validJsonObject, but either a User-Provided Builder-Function, or aJsonObject-Constructor, has failed to build a POJO instance (using the extractedJsonObject) and has thrown insteadJsonBuildPOJOObjException Used to indicate that one of the properties within aJsonObjectwas a parsed or validJsonObject, but a User-Provided Builder-Function, or aJsonObject-Constructor, has failed to build a POJO instance (using the extractedJsonObject) and has thrown insteadJsonNullArrException Used to indicate that one of the elements within aJsonArraycontained Json Null, when it was expected to contain a valid Json-TypeJsonNullObjException Used to indicate that one of the properties within aJsonObjectcontained Json-Null, when it was expected to contain a valid Json-TypeJsonNullPrimitiveArrException Used to indicate that one of the indices within aJsonArraycontained null, where a valid primitive-value was expectedJsonNullPrimitiveObjException Used to indicate that one of the properties within aJsonObjectcontained null, where a valid primitive-value was expectedJsonStrParseArrException Used to indicate that a specificJsonStringwithin aJsonObjectorJsonArraywas not properly parsed into a target Java-TypeJsonStrParseObjException Used to indicate that a specificJsonStringwithin aJsonObjectorJsonArraywas not properly parsed into a target Java-TypeJsonTypeArrException Used to indicate that one of the indices within aJsonArraycontained a different type than was requested / expected by the readerJsonTypeObjException Used to indicate that one of the properties within aJsonObjectcontained a different type than was requested / expected by the readerOther Exceptions Java Entity Description WrongModeException InvalidClassException Used for Read Json method that attempt to build a Java POJO, but fail due to an inability to extract a valid constructor from the objectErrors Java Entity Description RJArrSettingsError This is to report a Java-HTML Internal Error that has gone wrong when configuring a request for theRead JsonArraysuite of methods