$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
J
- J(HTMLNode, StringBuffer) - Static method in class Torello.HTML.Debug
-
Prints an HTML Element (
TagNode, TextNodeorCommentNode) usingPrint Style 'J' - jaArr(JsonArray, JsonArray, int) - Static method in class Torello.JSON.RJArrIntoStream
- jaArr(JsonArray, JsonArray, int, Consumer<JsonArray>) - Static method in class Torello.JSON.RJArrIntoConsumer
- jaArr2(JsonArray, JsonArray, int, IntIntTConsumer<JsonArray>) - Static method in class Torello.JSON.RJArrIntoConsumer
- Jamaica - Torello.Java.Country
-
Country Named: Jamaica
- JanMayen - Torello.Java.Country
-
Country Named: Jan Mayen
- Japan - Torello.Java.Country
-
Country Named: Japan
- JAR - Torello.Languages.LC
-
Language: Japanese
- JAR(String...) - Method in class Torello.Java.Shell
-
Runs the
UNIX / BASH / LINUX 'shell'command:jar$ jar <args[0]> <args[1]> ... <args[args.length-1]> - JAR_FILE - Variable in class Torello.Java.Build.BuilderRecord
-
The Computed File-Name for the Project's Distribution
'.jar'File. - JAR_FILE_MOVE_DIR - Variable in class Torello.Java.Build.Config
-
This optional configuration field is optional, and may be used to move / relocate the
'.jar'File after it's built by this Build-Processor. - JAR_FILE_NAME - Variable in class Torello.Java.Build.BuilderRecord
-
This is an auto-generated field, that utilizes the
Config-Class FieldConfig.JAR_FILE_MOVE_DIR. - JAR_FILE_ONLY_SWITCH - Variable in class Torello.Java.Build.AuxiliaryOptRecord
-
For Menu-Option #4, "Run Archive-Stage - generate
'.tar'and'.jar'Files", the user amy provided a Command-Line Switch"-JFO". - jaRec(JsonArray, int) - Static method in class Torello.JSON.RJArrConsumerRec
- jaRec(JsonArray, int) - Static method in class Torello.JSON.RJArrIntoStream
- jaRec2(JsonArray, int) - Static method in class Torello.JSON.RJArrConsumerRec
- JarInclude - Class in Torello.Java.Build
-
This is a very light-weight class, and has as its primary-operation / primary-feature the ability to allow a user to request that additional files be automatically inserted into the
'.jar'-File that's generated by this Build-Tool. - JarInclude() - Constructor for class Torello.Java.Build.JarInclude
-
Build an instance of this class
- jarIncludes - Variable in class Torello.Java.Build.BuilderRecord
-
Additional & Miscellaneous Files that must be incorporated into the Project's
'.jar'File. - jarIncludes - Variable in class Torello.Java.Build.Config
-
This allows for specifying a list of files to manually add into the
'.jar'that is built by this package. - jaToJava(JsonArray, SettingsRec<JsonArray, RETURN_TYPE>) - Static method in class Torello.JSON.ProcessJsonArray
-
Invoke this method in order to read an array of
JsonArray's - jaToJavaSync(JsonArray, SettingsRec<JsonArray, RETURN_TYPE>) - Static method in class Torello.JSON.ProcessJsonArray
-
Synchronized: Nothing More than a "Synchronized Wrapper" which can be used in a Multi-Threaded Programming-Environment. - JAVA(String...) - Method in class Torello.Java.Shell
-
Runs the
UNIX / BASH / LINUX 'shell'command:java$ java <args[0]> <args[1]> ... <args[args.length-1]> - JAVA_FILES - Static variable in class Torello.Java.FileNode
-
Implements the interface
java.io.FilenameFilte, and can therefore be used within theloadTreemethod. - JAVA_RELEASE_NUM_SWITCH - Variable in class Torello.Java.Build.BuilderRecord
-
This Configuration-Field may be used to request that the Build-Tool insert the
'javac'Command-Line Switch'--release XX'to the'javac'Command Invocation. - JAVA_RELEASE_NUM_SWITCH - Variable in class Torello.Java.Build.Config
-
The number to provide to the
--releaseswitch tojavac. - JAVA_SCRIPT_FILE_NAME - Static variable in class Torello.JavaDoc.Upgrade
-
The name of the (very brief)
'.js'file. - JAVAC(String...) - Method in class Torello.Java.Shell
-
Runs the
UNIX / BASH / LINUX 'shell'command:javac$ javac <args[0]> <args[1]> ... <args[args.length-1]> - JAVAC_BIN - Variable in class Torello.Java.Build.BuilderRecord
-
This must contain the direct path from the current working directory to the
'javac'binary-file. - JAVAC_BIN - Variable in class Torello.Java.Build.Config
-
The full or partial Path-Name of the
'javac'binary to use for compiling this project. - javaDoc(BuilderRecord) - Static method in class Torello.Java.Build.S02_JavaDoc
- JAVADOC(String...) - Method in class Torello.Java.Shell
-
Runs the
UNIX / BASH / LINUX 'shell'command:javadoc$ javadoc <args[0]> <args[1]> ... <args[args.length-1]> - JAVADOC_BIN - Variable in class Torello.Java.Build.BuilderRecord
-
This must contain the direct path from the current working directory to the
'javadoc'binary-file. - JAVADOC_BIN - Variable in class Torello.Java.Build.Config
-
The full or partial Path-Name of the
'javac'binary to use for compiling this project. - JAVADOC_COMMENTS - Static variable in class Torello.JavaDoc.PF
-
This asks the
toString()method to include JavaDoc comments in its return-valueString - JAVADOC_TAR_FILE - Variable in class Torello.Java.Build.BuilderRecord
-
The Computed File-Name for the Project's Javadoc Documentation
'.tar.gz'File. - JAVADOC_VER - Variable in class Torello.Java.Build.BuilderRecord
-
Currently this is an unused Configuration-Field.
- JAVADOC_VER - Variable in class Torello.Java.Build.Config
-
Currently unused, but originally used to indicate the
javadocversion being used - JAVADOC_WIDGETS_CSS_FILENAME - Static variable in class Torello.JavaDoc.CSSFiles
- JavaDocHTMLFile - Class in Torello.JavaDoc
-
Retains all information parsed from a
'.html'Java-Doc web-page, and borrows any missing information that was found in the'.java'source-code file; note that an instance-reference of this class may be rerieved, and used, to further change a Java Doc page by registering a visitor-handler with the configuration classUpgradeby callingUpgrade.setExtraTasks(Consumer). - JavaDocHTMLFile(UpgradePredicates, PathsAndTypes, String, String, String, JavaSourceCodeFile, RelativePathStr, String, String, CIET, ReadOnlyList<String>, String, Vector<HTMLNode>, D1_JDHFMembers, String, D2_RemovedDetails, PackageSummaryHTML) - Constructor for class Torello.JavaDoc.JavaDocHTMLFile
- JavaDocHTMLFile$checkValidity(JavaDocHTMLFile) - Static method in class Torello.JavaDoc.EXPORT_PORTAL
- JavaDocHTMLFile$commitChanges(JavaDocHTMLFile) - Static method in class Torello.JavaDoc.EXPORT_PORTAL
- JavaDocHTMLFile$commitFileToDisk(JavaDocHTMLFile) - Static method in class Torello.JavaDoc.EXPORT_PORTAL
- javaDocPackageDirName - Variable in class Torello.JavaDoc.JavaDocHTMLFile
-
Directory-Name of the Java-Doc Sub-Directory that contains this Java-Doc
'.html'-File. - javaDocPkgHiLitedSrcCodeDirName - Variable in class Torello.JavaDoc.JavaDocHTMLFile
-
Directory-Name of the Java-Doc Sub-Directory that contains the Hi-Lited Source-Code
'.html'-Files for the Java-Classes which are included in the Java-Package to which this particular Java-Class belongs. - JavaIdentifierException - Exception in Torello.Java
-
Thrown when a
Stringparameter or variable does not constitute a Valid Java-Identifier when it was expected to. - JavaIdentifierException() - Constructor for exception Torello.Java.JavaIdentifierException
-
Constructs a
JavaIdentifierExceptionwith no detail message. - JavaIdentifierException(String) - Constructor for exception Torello.Java.JavaIdentifierException
-
Constructs a
JavaIdentifierExceptionwith the specified detail message. - JavaIdentifierException(String, Throwable) - Constructor for exception Torello.Java.JavaIdentifierException
-
Constructs a new
JavaIdentifierExceptionwith the specified detail message and cause. - JavaIdentifierException(Throwable) - Constructor for exception Torello.Java.JavaIdentifierException
-
Constructs a new
JavaIdentifierExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message of cause). - javaPipe - Variable in class Torello.Java.OSExtras
- javascriptDialogClosed(ReadOnlyList<Boolean>, String, boolean, String) - Constructor for class Torello.Browser.BrowserAPI.Page.javascriptDialogClosed
-
Constructor.
- javascriptDialogOpening(ReadOnlyList<Boolean>, String, String, String, String, boolean, String) - Constructor for class Torello.Browser.BrowserAPI.Page.javascriptDialogOpening
-
Constructor.
- javaScriptExternalPage - Static variable in class Torello.HTML.Features
-
This
Stringmay be inserted in the HTML<HEAD> ... </HEAD>section to add an externally-linked Java-Script File ('.js'File) to your page. - JavaScriptImport - Annotation Type in Torello.JavaDoc.Annotations
- javaSrcFileAsStr - Variable in class Torello.JavaDoc.ParsedFile
-
This field simply contains the entire contents of the
'.java'Source-Code File from whence thisParsedFileinstance originated. - javaURLHelpMessage(StorageWriter) - Static method in class Torello.Java.Additional.URLs
-
Java Help Messag Explaining
class java.net.URL- and the specific output of its methods. - javax.json - package javax.json
-
Provides an object model API to process JSON.
- javax.json.stream - package javax.json.stream
-
Provides a streaming API to parse and generate JSON.
- JD_FRAMES_WARNING_MESSAGE - Static variable in class Torello.JavaDoc.PackageSummaryHTML
-
Deprecated, but useful API Error-Message
- jdcEndCol - Variable in class Torello.JavaDoc.Location
- jdcEndLine - Variable in class Torello.JavaDoc.Location
- jdcEndPos - Variable in class Torello.JavaDoc.Location
- jdComment - Variable in class Torello.JavaDoc.Declaration
-
The Java Doc Comment of this '
Entity' (Field,Method,Constructor,EnumConstant,AnnotationElemorNestedType) as aString- if one exists. - jdcStartCol - Variable in class Torello.JavaDoc.Location
- jdcStartLine - Variable in class Torello.JavaDoc.Location
- jdcStartPos - Variable in class Torello.JavaDoc.Location
- jdDetailMarker - Variable in enum Torello.JavaDoc.Entity
-
For all constants in this
enum, this field will contain an identical value to the value returned by methodEntity.jdDetailMarker()- except for the constant namedEntity.INNER_CLASS. - jdDetailMarker() - Method in enum Torello.JavaDoc.Entity
- jdEndLineNumber - Variable in class Torello.JavaDoc.ParsedFile
-
The endiing line-number of the JavaDoc Comment at the top of the class.
- JDFiles - Class in Torello.JavaDoc
-
Retrieve Java Doc HTML Files from the Java Doc output directory.
- jdhbiMirror - Variable in class Torello.JavaDoc.Annotations.TypeAnnotationMirrors
-
'JDHeaderBackgroundImg'Data - JDHBIMirror - Class in Torello.JavaDoc.Annotations
-
An internally used data-record class used for storing all user-supplied annotation data associated with a single use / application of the
JDHeaderBackgroundImgannotation. - JDHBIProcessor - Class in Torello.JavaDoc.Annotations
- JDHeaderBackgroundImg - Annotation Type in Torello.JavaDoc.Annotations
-
Java-Annotation: A Java-Annotation for inserting a Wooden-Plank Background Image at the top of a Java-Doc Page using External-HTML File's; the image used is configurable, and my be changed by assigning the Annotation-Element Values appropriately.
- jdhf - Variable in class Torello.JavaDoc.SummaryTableHTML
-
This is just a "Back-Pointer" to the
JavaDocHTMLFilethat contains this Summary-Table - jdStartLineNumber - Variable in class Torello.JavaDoc.ParsedFile
-
The starting line-number of the JavaDoc Comment at the top of the class.
- jdSummaryMarker - Variable in enum Torello.JavaDoc.Entity
-
For all constants in this
enum, this field will contain an identical value to the value returned by methodEntity.jdSummaryMarker()- except for the constant namedEntity.ANNOTATION_ELEM. - jdSummaryMarker() - Method in enum Torello.JavaDoc.Entity
-
Inside the HTML of a Java-Doc Web-Page, each of the entities will have a summary section that is demarcated by an HTML Comment to signal the beginning of that summary-section.
- jduAnnotationMirrors - Variable in class Torello.JavaDoc.Declaration
- JDUAnnotationProcessorDispatch - Class in Torello.JavaDoc.Annotations
- JDUAnnotationProcessorDispatch() - Constructor for class Torello.JavaDoc.Annotations.JDUAnnotationProcessorDispatch
- Jersey - Torello.Java.Country
-
Country Named: Jersey
- JFlag - Class in Torello.JSON
-
Exception-Flags that may be passed to the
ReadJSONmethods which accept a'FLAGS'parameter. - JNAEX(JsonArray, int, T, int, JsonValue.ValueType, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonNullArrException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonNullArrException. - JNOEX(JsonObject, String, T, int, JsonValue.ValueType, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonNullObjException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonNullObjException. - jo - Variable in class Torello.Browser.Promise
-
This field will hold the json response which has been recived by the
WebSocket'slayer. - jo - Variable in class Torello.Browser.RDPError
-
The raw
JsonObjectthat was being processed at the time the error occurred. - joArr(JsonArray, JsonObject, int) - Static method in class Torello.JSON.RJArrIntoStream
- joArr(JsonArray, JsonObject, int, Consumer<JsonObject>) - Static method in class Torello.JSON.RJArrIntoConsumer
- joArr2(JsonArray, JsonObject, int, IntIntTConsumer<JsonObject>) - Static method in class Torello.JSON.RJArrIntoConsumer
- Jordan - Torello.Java.Country
-
Country Named: Jordan
- joRec(JsonObject, int) - Static method in class Torello.JSON.RJArrConsumerRec
- joRec(JsonObject, int) - Static method in class Torello.JSON.RJArrIntoStream
- joRec2(JsonObject, int) - Static method in class Torello.JSON.RJArrConsumerRec
- joToJava(JsonArray, SettingsRec<JsonObject, RETURN_TYPE>) - Static method in class Torello.JSON.ProcessJsonArray
-
Invoke this method in order to read an array of
JsonObject's - joToJavaSync(JsonArray, SettingsRec<JsonObject, RETURN_TYPE>) - Static method in class Torello.JSON.ProcessJsonArray
-
Synchronized: Nothing More than a "Synchronized Wrapper" which can be used in a Multi-Threaded Programming-Environment. - JOW_ALSO - Static variable in class Torello.JavaDoc.PF
-
Asks that the
'JOW' - Just One Wordtypes to be printed, in addition to the complete type-String. - JOW_INSTEAD - Static variable in class Torello.JavaDoc.PF
-
Asks that the
'JOW' - Just One Wordtypes to be printed, instead of the complete type-String. - JPG - Torello.HTML.Tools.Images.IF
-
Used to indicate a picture using the common
'.jpg'image format. - JPMEX(JsonObject, String, T, int, JsonValue.ValueType, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonPropMissingException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonPropMissingException. - JS - Class in Torello.HTML.NodeSearch
-
A 'work-book' class included in the Java-HTML JAR-Library, mostly in order to demonstrate the similarities between searching a Java Script DOM-Tree and searching Vectorized-HTML for tags, text and comments.
- JS_ESCAPE_CHARS - Static variable in class Torello.Java.StrSource
-
When converting a
Stringfor a Java-ScriptString, these are the characters that must be escaped. - jsAPI - Variable in class Torello.Browser.JsonAST.SERIALIZED_AST
-
This is an instance field, and after the AST's have been loaded from the
'.jar'file, this field will contain the Abstract Syntax Tree for Google's "JavaScript API" suite of methods, types and events. - JSAPI - Static variable in enum Torello.Browser.Domains
-
FALSEindicates that a constant is a member of the Browser API - jsDat - Variable in class Torello.Browser.JsonAST.SERIALIZED_AST
-
This is some rather boring "facts" about the classes and methods in the AST ("the tree").
- jsEventListeners - Variable in class Torello.Browser.BrowserAPI.Memory.getDOMCounters$$RET
-
[No Description Provided by Google] - JSgetDefinitionsCode() - Static method in class Torello.Languages.Verbs.WebFiles
-
Extracts Java-Script "Spanish verb Definitions" Java-Script Arrays from the Java-HTML JAR File, and returns those arrays as a
java.lang.String. - JSgetIrregulars() - Static method in class Torello.Languages.Verbs.WebFiles
-
Extracts Java-Script "Irregular Spanish Verbs" Java-Script Arrays from the Java-HTML JAR File, and returns those arrays as a
java.lang.String. - JSgetPopupCode() - Static method in class Torello.Languages.Verbs.WebFiles
-
Extracts Java-Script "Verb Conjugations Pop-Up Window" Java-Script Functions from the Java-HTML JAR File, and returns those functions as a
java.lang.String. - jsiMirror - Variable in class Torello.JavaDoc.Annotations.TypeAnnotationMirrors
-
'JavaScriptImport'Data - JSIMirror - Class in Torello.JavaDoc.Annotations
-
An internally used data-record class used for storing all user-supplied annotation data associated with a single use / application of the
JavaScriptImportannotation. - Json - Class in javax.json
-
Factory class for creating JSON processing objects.
- JSON - Variable in class Torello.Languages.Pin1Yin1
-
Unless specifically requested, this variable is null.
- JSON_FILES - Static variable in class Torello.Java.FileNode
-
Implements the interface
java.io.FilenameFilte, and can therefore be used within theloadTreemethod. - JsonArithmeticArrException - Exception in Torello.JSON
-
Used to indicate that one of the elements within a
JsonArraycaused a JavaArithmeticExceptionto throw when attempting to bind the element to a Java Number Type. - JsonArithmeticArrException(ArithmeticException, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonArithmeticArrException
-
Constructs a
JsonArithmeticArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonArithmeticArrException(String, ArithmeticException, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonArithmeticArrException
-
Constructs a
JsonArithmeticArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonArithmeticObjException - Exception in Torello.JSON
-
Used to indicate that one of the properties within a
JsonObjectcaused a JavaArithmeticExceptionto throw when attempting to bind the property to a Java Number Type. - JsonArithmeticObjException(ArithmeticException, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonArithmeticObjException
-
Constructs a
JsonArithmeticObjExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonArithmeticObjException(String, ArithmeticException, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonArithmeticObjException
-
Constructs a
JsonArithmeticObjExceptionwith the specified detail message, and user-provided convenience-field values. - JsonArray - Interface in javax.json
-
JsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values). - JsonArrayBuilder - Interface in javax.json
-
A builder for creating
JsonArraymodels from scratch, and for modifying a existingJsonArray. - jsonArrayToJava(JsonArray, SettingsRec<BASIC_TYPE, STREAM_TYPE>, Class<RETURN_ARR_TYPE>) - Static method in class Torello.JSON.ProcessMultiDimJsonArray
-
This class is invoked by the class
RJArrDimN - JsonBindingArrException - Exception in Torello.JSON
-
The parent class of all Json Binding Exceptions that are used for
JsonArrayelement retrieval errors. - JsonBindingArrException(String, Throwable, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingArrException
-
Constructs a new
JsonBindingArrExceptionwith the specified detail message and cause
NOTE:
The detail message associated with cause is not automatically incorporated into this exception's detail message. - JsonBindingArrException(String, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingArrException
-
Constructs a
JsonBindingArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonBindingArrException(Throwable, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>, String) - Constructor for exception Torello.JSON.JsonBindingArrException
-
Constructs a new
JsonBindingArrExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message of cause). - JsonBindingArrException(JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>, String) - Constructor for exception Torello.JSON.JsonBindingArrException
-
Constructs a
JsonBindingArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonBindingException - Exception in Torello.JSON
-
The parent class of all Json Exceptions in this package.
- JsonBindingException(String, Throwable, JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingException
-
Constructs a new
JsonBindingExceptionwith the specified detail message and cause. - JsonBindingException(String, JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingException
-
Constructs a
JsonBindingExceptionwith the specified detail message, and user-provided convenience-field values. - JsonBindingException(Throwable, JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingException
-
Constructs a new
JsonBindingExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message of cause). - JsonBindingException(JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingException
-
Constructs a
JsonBindingExceptionwith no detail message. - JsonBindingObjException - Exception in Torello.JSON
-
The parent class of all Json Binding Exceptions that are used for
JsonObjectproperty retrieval errors. - JsonBindingObjException(String, Throwable, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingObjException
-
Constructs a new
JsonBindingObjExceptionwith the specified detail message and cause
NOTE: The detail message associated with cause is not automatically incorporated in this exception's detail message. - JsonBindingObjException(String, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonBindingObjException
-
Constructs a
JsonBindingObjExceptionwith the specified detail message, and user-provided convenience-field values. - JsonBindingObjException(Throwable, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>, String) - Constructor for exception Torello.JSON.JsonBindingObjException
-
Constructs a new
JsonBindingObjExceptionwith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message of cause). - JsonBindingObjException(JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>, String) - Constructor for exception Torello.JSON.JsonBindingObjException
-
Constructs a
JsonBindingObjExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonBuilderFactory - Interface in javax.json
-
Factory to create
JsonObjectBuilderandJsonArrayBuilderinstances. - JsonBuildPOJOArrException - Exception in Torello.JSON
-
Used to indicate that one of the elements within a
JsonArraywas 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 instead. - JsonBuildPOJOArrException(String, Throwable, JsonArray, int, JsonObject, Class<?>) - Constructor for exception Torello.JSON.JsonBuildPOJOArrException
-
Constructs a
JsonBuildPOJOArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonBuildPOJOArrException(Throwable, JsonArray, int, JsonObject, Class<?>) - Constructor for exception Torello.JSON.JsonBuildPOJOArrException
-
Constructs a
JsonBuildPOJOArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonBuildPOJOObjException - Exception in Torello.JSON
-
Used to indicate that one of the properties within a
JsonObjectwas 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 instead. - JsonBuildPOJOObjException(String, Throwable, JsonObject, String, JsonObject, Class<?>) - Constructor for exception Torello.JSON.JsonBuildPOJOObjException
-
Constructs a
JsonBuildPOJOObjExceptionwith the specified detail message, and user-provided convenience-field values. - JsonBuildPOJOObjException(Throwable, JsonObject, String, JsonObject, Class<?>) - Constructor for exception Torello.JSON.JsonBuildPOJOObjException
-
Constructs a
JsonBuildPOJOObjExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonCollectors - Class in javax.json.stream
-
This class contains some implementations of
java.util.stream.Collectorfor accumulatingJsonValues intoJsonArrayandJsonObject. - JsonException - Exception in javax.json
-
JsonExceptionindicates that some exception happened during JSON processing. - JsonException(String) - Constructor for exception javax.json.JsonException
-
Constructs a new runtime exception with the specified detail message.
- JsonException(String, Throwable) - Constructor for exception javax.json.JsonException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerationException - Exception in javax.json.stream
-
JsonGenerationExceptionindicates an incorrect JSON is being generated. - JsonGenerationException(String) - Constructor for exception javax.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message.
- JsonGenerationException(String, Throwable) - Constructor for exception javax.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerator - Interface in javax.json.stream
-
Writes JSON data to an output source in a streaming way.
- JsonGeneratorFactory - Interface in javax.json.stream
-
Factory to create
JsonGeneratorinstances. - JsonLocation - Interface in javax.json.stream
-
Provides the location information of a JSON event in an input source.
- JsonMergePatch - Interface in javax.json
-
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
- JsonNullArrException - Exception in Torello.JSON
-
Used to indicate that one of the elements within a
JsonArraycontained Json Null, when it was expected to contain a valid Json-Type. - JsonNullArrException(String, JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullArrException
-
Constructs a
JsonNullArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonNullArrException(JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullArrException
-
Constructs a
JsonNullArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonNullObjException - Exception in Torello.JSON
-
Used to indicate that one of the properties within a
JsonObjectcontained Json-Null, when it was expected to contain a valid Json-Type. - JsonNullObjException(String, JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullObjException
-
Constructs a
JsonNullObjExceptionwith the specified detail message, and user-provided convenience-field values. - JsonNullObjException(JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullObjException
-
Constructs a
JsonNullObjExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonNullPrimitiveArrException - Exception in Torello.JSON
-
Used to indicate that one of the indices within a
JsonArraycontained null, where a valid primitive-value was expected. - JsonNullPrimitiveArrException(String, JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullPrimitiveArrException
-
Constructs a
JsonNullPrimitiveArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonNullPrimitiveArrException(JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullPrimitiveArrException
-
Constructs a
JsonNullPrimitiveArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonNullPrimitiveObjException - Exception in Torello.JSON
-
Used to indicate that one of the properties within a
JsonObjectcontained null, where a valid primitive-value was expected. - JsonNullPrimitiveObjException(String, JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullPrimitiveObjException
-
Constructs a
JsonNullPrimitiveObjExceptionwith the specified detail message, and user-provided convenience-field values. - JsonNullPrimitiveObjException(JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonNullPrimitiveObjException
-
Constructs a
JsonNullPrimitiveObjExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonNumber - Interface in javax.json
-
An immutable JSON number value.
- JsonObject - Interface in javax.json
-
JsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs). - JsonObjectBuilder - Interface in javax.json
-
A builder for creating
JsonObjectmodels from scratch. - JsonParser - Interface in javax.json.stream
-
Provides forward, read-only access to JSON data in a streaming way.
- JsonParser.Event - Enum in javax.json.stream
-
An event from
JsonParser. - JsonParserFactory - Interface in javax.json.stream
-
Factory for creating
JsonParserinstances. - JsonParsingException - Exception in javax.json.stream
-
JsonParsingExceptionis used when an incorrect JSON is being parsed. - JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonParsingException(String, JsonLocation) - Constructor for exception javax.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message.
- JsonPatch - Interface in javax.json
-
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
- JsonPatch.Operation - Enum in javax.json
-
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
- JsonPatchBuilder - Interface in javax.json
-
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
- JsonPointer - Interface in javax.json
-
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
- JsonPropMissingException - Exception in Torello.JSON
-
Used to indicate that therw was a property within a
JsonObjectthat wasn't actually identified during the Json Parse. - JsonPropMissingException(String, JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonPropMissingException
-
Constructs a
JsonPropMissingExceptionwith the specified detail message, and user-provided convenience-field values. - JsonPropMissingException(JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.JSON.JsonPropMissingException
-
Constructs a
JsonPropMissingExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonReader - Interface in javax.json
- JsonReaderFactory - Interface in javax.json
-
Factory to create
JsonReaderinstances. - JsonString - Interface in javax.json
-
An immutable JSON string value.
- JsonStrParseArrException - Exception in Torello.JSON
-
Used to indicate that a specific
JsonStringwithin aJsonObjectorJsonArraywas not properly parsed into a target Java-Type. - JsonStrParseArrException(String, Throwable, JsonArray, int, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonStrParseArrException
-
Constructs a
JsonStrParseArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonStrParseArrException(Throwable, JsonArray, int, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonStrParseArrException
-
Constructs a
JsonStrParseArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonStrParseObjException - Exception in Torello.JSON
-
Used to indicate that a specific
JsonStringwithin aJsonObjectorJsonArraywas not properly parsed into a target Java-Type. - JsonStrParseObjException(String, Throwable, JsonObject, String, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonStrParseObjException
-
Constructs a
JsonStrParseObjExceptionwith the specified detail message, cause, and user-provided convenience-field values. - JsonStrParseObjException(Throwable, JsonObject, String, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonStrParseObjException
-
Constructs a
JsonStrParseObjExceptionwith no specified cause, and the user-provided convenience-field values. - JsonStructure - Interface in javax.json
- JsonTypeArrException - Exception in Torello.JSON
-
Used to indicate that one of the indices within a
JsonArraycontained a different type than was requested / expected by the reader. - JsonTypeArrException(String, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonTypeArrException
-
Constructs a
JsonTypeArrExceptionwith the specified detail message, and user-provided convenience-field values. - JsonTypeArrException(JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonTypeArrException
-
Constructs a
JsonTypeArrExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonTypeObjException - Exception in Torello.JSON
-
Used to indicate that one of the properties within a
JsonObjectcontained a different type than was requested / expected by the reader. - JsonTypeObjException(String, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonTypeObjException
-
Constructs a
JsonTypeObjExceptionwith the specified detail message, and user-provided convenience-field values. - JsonTypeObjException(JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.JSON.JsonTypeObjException
-
Constructs a
JsonTypeObjExceptionwith no specified detail messsage, and the user-provided convenience-field values. - JsonValue - Interface in javax.json
-
JsonValuerepresents an immutable JSON value. - JsonValue.ValueType - Enum in javax.json
-
Indicates the type of a
JsonValueobject. - JsonWriter - Interface in javax.json
- JsonWriterFactory - Interface in javax.json
-
Factory to create
JsonWriterinstances. - JSPAEX(Exception, JsonArray, int, T, int, JsonValue, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonStrParseArrException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonStrParseArrException. - JSPOEX(Exception, JsonObject, String, T, int, JsonValue, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonStrParseObjException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonStrParseObjException. - jsVersion - Variable in class Torello.Browser.BrowserAPI.Browser.getVersion$$RET
-
V8 version.
- JTAEX(JsonArray, int, T, int, JsonValue.ValueType, JsonValue, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonTypeArrException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonTypeArrException. - JTOEX(JsonObject, String, T, int, JsonValue.ValueType, JsonValue, Class<T>) - Static method in class Torello.JSON.RJInternal
-
Flag Checker for
JsonTypeObjException
Checks whether the relevant flags were set in the usersFLAGSparameter, and either returns the appropriate value accordingly, or throwsJsonNullObjException. - JuanDeNovaIsland - Torello.Java.Country
-
Country Named: Juan de Nova Island
All Classes All Packages