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, TextNode
orCommentNode
) usingPrint Style 'J'
- 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"
. - 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. - 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 theloadTree
method. - 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
--release
switch 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
javadoc
version 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 classUpgrade
by callingUpgrade.setExtraTasks(Consumer)
. - JavaDocHTMLFile(UpgradePredicates, PathsAndTypes, String, JavaSourceCodeFile, RelativePathStr, JDHFHeaderFacts) - 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
- javascriptDialogClosed(boolean, String) - Constructor for class Torello.Browser.Page.javascriptDialogClosed
-
Constructor
- javascriptDialogClosed(JsonObject) - Constructor for class Torello.Browser.Page.javascriptDialogClosed
-
JSON Object Constructor
- javascriptDialogOpening(String, String, String, boolean, String) - Constructor for class Torello.Browser.Page.javascriptDialogOpening
-
Constructor
- javascriptDialogOpening(JsonObject) - Constructor for class Torello.Browser.Page.javascriptDialogOpening
-
JSON Object Constructor
- javaScriptExternalPage - Static variable in class Torello.HTML.Features
-
This
String
may be inserted in the HTML<HEAD> ... </HEAD>
section to add an externally-linked Java-Script File ('.js'
File) to your page. - javaSrcFileAsStr - Variable in class Torello.JavaDoc.ParsedFile
-
This field simply contains the entire contents of the
'.java'
Source-Code File from whence thisParsedFile
instance 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
,AnnotationElem
orNestedType
) 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.
- JDHeaderBackgroundImg - Annotation Type in Torello.JavaDoc
-
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.
- 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.
- Jersey - Torello.Java.Country
-
Country Named: Jersey
- JFlag - Class in Torello.Java.JSON
-
Exception-Flags that may be passed to the
ReadJSON
methods which accept a'FLAGS'
parameter. - JNAEX(JsonArray, int, T, int, JsonValue.ValueType, Class<T>) - Static method in class Torello.Java.JSON.RJInternal
-
Flag Checker for
JsonNullArrException
Checks whether the relevant flags were set in the usersFLAGS
parameter, and either returns the appropriate value accordingly, or throwsJsonNullArrException
. - JNOEX(JsonObject, String, T, int, JsonValue.ValueType, Class<T>) - Static method in class Torello.Java.JSON.RJInternal
-
Flag Checker for
JsonNullObjException
Checks whether the relevant flags were set in the usersFLAGS
parameter, and either returns the appropriate value accordingly, or throwsJsonNullObjException
. - Jordan - Torello.Java.Country
-
Country Named: Jordan
- JOW_ALSO - Static variable in class Torello.JavaDoc.PF
-
Asks that the
'JOW' - Just One Word
types 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 Word
types 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.Java.JSON.RJInternal
-
Flag Checker for
JsonPropMissingException
Checks whether the relevant flags were set in the usersFLAGS
parameter, 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
String
for a Java-ScriptString
, these are the characters that must be escaped. - 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
. - 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.
- JsonArithmeticArrException - Exception in Torello.Java.JSON
-
Used to indicate that one of the elements within a
JsonArray
caused a JavaArithmeticException
to throw when attempting to bind the element to a Java Number Type. - JsonArithmeticArrException(ArithmeticException, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonArithmeticArrException
-
Constructs a
JsonArithmeticArrException
with no specified detail messsage, and the user-provided convenience-field values. - JsonArithmeticArrException(String, ArithmeticException, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonArithmeticArrException
-
Constructs a
JsonArithmeticArrException
with the specified detail message, and user-provided convenience-field values. - JsonArithmeticObjException - Exception in Torello.Java.JSON
-
Used to indicate that one of the properties within a
JsonObject
caused a JavaArithmeticException
to throw when attempting to bind the property to a Java Number Type. - JsonArithmeticObjException(ArithmeticException, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonArithmeticObjException
-
Constructs a
JsonArithmeticObjException
with no specified detail messsage, and the user-provided convenience-field values. - JsonArithmeticObjException(String, ArithmeticException, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonArithmeticObjException
-
Constructs a
JsonArithmeticObjException
with the specified detail message, and user-provided convenience-field values. - JsonArray - Interface in javax.json
-
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values). - JsonArrayBuilder - Interface in javax.json
-
A builder for creating
JsonArray
models from scratch, and for modifying a existingJsonArray
. - jsonArrToBoxedStream(JsonArray, ReadArrJSON.RECORD<T, U>) - Static method in class Torello.Java.JSON.ReadArrJSON
-
Builds a Stream of Boxed-Type Numbers from a
JsonArray
- jsonArrToJavaArr(JsonArray, ReadArrJSON.RECORD<?, ?>, Class<T>) - Static method in class Torello.Java.JSON.ReadArrJSON.DimN
-
The array processor for this class.
- jsonArrToStream(JsonArray, ReadArrJSON.RECORD<T, U>) - Static method in class Torello.Java.JSON.ReadArrJSON
-
Builds a Primitive-Stream from a
JsonArray
- JsonBindingArrException - Exception in Torello.Java.JSON
-
The parent class of all Json Binding Exceptions that are used for
JsonArray
element retrieval errors. - JsonBindingArrException(String, Throwable, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonBindingArrException
-
Constructs a new
JsonBindingArrException
with 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.Java.JSON.JsonBindingArrException
-
Constructs a
JsonBindingArrException
with the specified detail message, and user-provided convenience-field values. - JsonBindingArrException(Throwable, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>, String) - Constructor for exception Torello.Java.JSON.JsonBindingArrException
-
Constructs a new
JsonBindingArrException
with 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.Java.JSON.JsonBindingArrException
-
Constructs a
JsonBindingArrException
with no specified detail messsage, and the user-provided convenience-field values. - JsonBindingException - Exception in Torello.Java.JSON
-
The parent class of all Json Exceptions in this package.
- JsonBindingException(String, Throwable, JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonBindingException
-
Constructs a new
JsonBindingException
with the specified detail message and cause. - JsonBindingException(String, JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonBindingException
-
Constructs a
JsonBindingException
with the specified detail message, and user-provided convenience-field values. - JsonBindingException(Throwable, JsonStructure, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonBindingException
-
Constructs a new
JsonBindingException
with 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.Java.JSON.JsonBindingException
-
Constructs a
JsonBindingException
with no detail message. - JsonBindingObjException - Exception in Torello.Java.JSON
-
The parent class of all Json Binding Exceptions that are used for
JsonObject
property retrieval errors. - JsonBindingObjException(String, Throwable, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonBindingObjException
-
Constructs a new
JsonBindingObjException
with 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.Java.JSON.JsonBindingObjException
-
Constructs a
JsonBindingObjException
with the specified detail message, and user-provided convenience-field values. - JsonBindingObjException(Throwable, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>, String) - Constructor for exception Torello.Java.JSON.JsonBindingObjException
-
Constructs a new
JsonBindingObjException
with 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.Java.JSON.JsonBindingObjException
-
Constructs a
JsonBindingObjException
with no specified detail messsage, and the user-provided convenience-field values. - JsonBuilderFactory - Interface in javax.json
-
Factory to create
JsonObjectBuilder
andJsonArrayBuilder
instances. - JsonCollectors - Class in javax.json.stream
-
This class contains some implementations of
java.util.stream.Collector
for accumulatingJsonValue
s intoJsonArray
andJsonObject
. - JsonException - Exception in javax.json
-
JsonException
indicates 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
-
JsonGenerationException
indicates 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
JsonGenerator
instances. - 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.Java.JSON
-
Used to indicate that one of the elements within a
JsonArray
contained Json Null, when it was expected to contain a valid Json-Type. - JsonNullArrException(String, JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullArrException
-
Constructs a
JsonNullArrException
with the specified detail message, and user-provided convenience-field values. - JsonNullArrException(JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullArrException
-
Constructs a
JsonNullArrException
with no specified detail messsage, and the user-provided convenience-field values. - JsonNullObjException - Exception in Torello.Java.JSON
-
Used to indicate that one of the properties within a
JsonObject
contained Json-Null, when it was expected to contain a valid Json-Type. - JsonNullObjException(String, JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullObjException
-
Constructs a
JsonNullObjException
with the specified detail message, and user-provided convenience-field values. - JsonNullObjException(JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullObjException
-
Constructs a
JsonNullObjException
with no specified detail messsage, and the user-provided convenience-field values. - JsonNullPrimitiveArrException - Exception in Torello.Java.JSON
-
Used to indicate that one of the indices within a
JsonArray
contained null, where a valid primitive-value was expected. - JsonNullPrimitiveArrException(String, JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullPrimitiveArrException
-
Constructs a
JsonNullPrimitiveArrException
with the specified detail message, and user-provided convenience-field values. - JsonNullPrimitiveArrException(JsonArray, int, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullPrimitiveArrException
-
Constructs a
JsonNullPrimitiveArrException
with no specified detail messsage, and the user-provided convenience-field values. - JsonNullPrimitiveObjException - Exception in Torello.Java.JSON
-
Used to indicate that one of the properties within a
JsonObject
contained null, where a valid primitive-value was expected. - JsonNullPrimitiveObjException(String, JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullPrimitiveObjException
-
Constructs a
JsonNullPrimitiveObjException
with the specified detail message, and user-provided convenience-field values. - JsonNullPrimitiveObjException(JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonNullPrimitiveObjException
-
Constructs a
JsonNullPrimitiveObjException
with 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
-
JsonObject
class 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
JsonObject
models 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
JsonParser
instances. - JsonParsingException - Exception in javax.json.stream
-
JsonParsingException
is 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.Java.JSON
-
Used to indicate that therw was a property within a
JsonObject
that wasn't actually identified during the Json Parse. - JsonPropMissingException(String, JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonPropMissingException
-
Constructs a
JsonPropMissingException
with the specified detail message, and user-provided convenience-field values. - JsonPropMissingException(JsonObject, String, JsonValue.ValueType, Class<?>) - Constructor for exception Torello.Java.JSON.JsonPropMissingException
-
Constructs a
JsonPropMissingException
with no specified detail messsage, and the user-provided convenience-field values. - JsonReader - Interface in javax.json
- JsonReaderFactory - Interface in javax.json
-
Factory to create
JsonReader
instances. - JsonString - Interface in javax.json
-
An immutable JSON string value.
- JsonStrParseArrException - Exception in Torello.Java.JSON
-
Used to indicate that a specific
JsonString
within aJsonObject
orJsonArray
was not properly parsed into a target Java-Type. - JsonStrParseArrException(String, Throwable, JsonArray, int, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonStrParseArrException
-
Constructs a
JsonStrParseArrException
with the specified detail message, and user-provided convenience-field values. - JsonStrParseArrException(Throwable, JsonArray, int, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonStrParseArrException
-
Constructs a
JsonStrParseArrException
with no specified detail messsage, and the user-provided convenience-field values. - JsonStrParseObjException - Exception in Torello.Java.JSON
-
Used to indicate that a specific
JsonString
within aJsonObject
orJsonArray
was not properly parsed into a target Java-Type. - JsonStrParseObjException(String, Throwable, JsonObject, String, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonStrParseObjException
-
Constructs a
JsonStrParseObjException
with the specified detail message, cause, and user-provided convenience-field values. - JsonStrParseObjException(Throwable, JsonObject, String, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonStrParseObjException
-
Constructs a
JsonStrParseObjException
with no specified cause, and the user-provided convenience-field values. - JsonStructure - Interface in javax.json
- JsonTypeArrException - Exception in Torello.Java.JSON
-
Used to indicate that one of the indices within a
JsonArray
contained a different type than was requested / expected by the reader. - JsonTypeArrException(String, JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonTypeArrException
-
Constructs a
JsonTypeArrException
with the specified detail message, and user-provided convenience-field values. - JsonTypeArrException(JsonArray, int, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonTypeArrException
-
Constructs a
JsonTypeArrException
with no specified detail messsage, and the user-provided convenience-field values. - JsonTypeObjException - Exception in Torello.Java.JSON
-
Used to indicate that one of the properties within a
JsonObject
contained a different type than was requested / expected by the reader. - JsonTypeObjException(String, JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonTypeObjException
-
Constructs a
JsonTypeObjException
with the specified detail message, and user-provided convenience-field values. - JsonTypeObjException(JsonObject, String, JsonValue.ValueType, JsonValue, Class<?>) - Constructor for exception Torello.Java.JSON.JsonTypeObjException
-
Constructs a
JsonTypeObjException
with no specified detail messsage, and the user-provided convenience-field values. - JsonValue - Interface in javax.json
-
JsonValue
represents an immutable JSON value. - JsonValue.ValueType - Enum in javax.json
-
Indicates the type of a
JsonValue
object. - JsonWriter - Interface in javax.json
- JsonWriterFactory - Interface in javax.json
-
Factory to create
JsonWriter
instances. - JSPAEX(Exception, JsonArray, int, T, int, JsonValue, Class<T>) - Static method in class Torello.Java.JSON.RJInternal
-
Flag Checker for
JsonStrParseArrException
Checks whether the relevant flags were set in the usersFLAGS
parameter, and either returns the appropriate value accordingly, or throwsJsonStrParseArrException
. - JSPOEX(Exception, JsonObject, String, T, int, JsonValue, Class<T>) - Static method in class Torello.Java.JSON.RJInternal
-
Flag Checker for
JsonStrParseObjException
Checks whether the relevant flags were set in the usersFLAGS
parameter, and either returns the appropriate value accordingly, or throwsJsonStrParseObjException
. - JTAEX(JsonArray, int, T, int, JsonValue.ValueType, JsonValue, Class<T>) - Static method in class Torello.Java.JSON.RJInternal
-
Flag Checker for
JsonTypeArrException
Checks whether the relevant flags were set in the usersFLAGS
parameter, and either returns the appropriate value accordingly, or throwsJsonTypeArrException
. - JTOEX(JsonObject, String, T, int, JsonValue.ValueType, JsonValue, Class<T>) - Static method in class Torello.Java.JSON.RJInternal
-
Flag Checker for
JsonTypeObjException
Checks whether the relevant flags were set in the usersFLAGS
parameter, and either returns the appropriate value accordingly, or throwsJsonNullObjException
. - JuanDeNovaIsland - Torello.Java.Country
-
Country Named: Juan de Nova Island
All Classes All Packages