Index

A C D E F G H I J M N O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

J

JSONArray - Interface in org.tquadrat.foundation.jsonbuilder
The definition of a JSON array.
JSONArrayImpl - Class in org.tquadrat.foundation.jsonbuilder.internal
The implementation for the interface JSONArray.
JSONArrayImpl(JSONArrayImpl) - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONArrayImpl
{summary Creates a new instance of JSONArrayImpl from the given other array.}
JSONArrayImpl(JSONBuilderImpl) - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONArrayImpl
Creates a new instance of JSONArrayImpl.
JSONBuilder - Interface in org.tquadrat.foundation.jsonbuilder
This sealed interface is the main API for the Foundation JSON Builder Library.
JSONBuilderImpl - Class in org.tquadrat.foundation.jsonbuilder.internal
The implementation for the interface JSONBuilder.
JSONBuilderImpl() - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONBuilderImpl
Creates a new instance of JSONBuilder.
JSONField_Unit - Static variable in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
The name of the JSON String that holds the unit for the dimension from a DimensionedValue: "Unit".
JSONField_Value - Static variable in interface org.tquadrat.foundation.jsonbuilder.JSONBuilder
The name of the JSON Number that holds the value from a DimensionedValue: "Value".
JSONLiteral - Enum Class in org.tquadrat.foundation.jsonbuilder
The representation of the JSON literals.
JSONLiteral(String) - Constructor for enum class org.tquadrat.foundation.jsonbuilder.JSONLiteral
Creates a new instance of JSONLiteral.
JSONNumber - Interface in org.tquadrat.foundation.jsonbuilder
The definition of a JSON number.
JSONNumberImpl - Class in org.tquadrat.foundation.jsonbuilder.internal
The implementation of the interface JSONNumber.
JSONNumberImpl(String) - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONNumberImpl
Creates a new instance of JSONNumber.
JSONObject - Interface in org.tquadrat.foundation.jsonbuilder
The definition of a JSON object.
JSONObjectImpl - Class in org.tquadrat.foundation.jsonbuilder.internal
The implementation for the interface JSONObject.
JSONObjectImpl(JSONBuilderImpl) - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONObjectImpl
Creates a new instance of JSONObjectImpl.
JSONObjectImpl(JSONObjectImpl) - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONObjectImpl
{summary Creates a new instance of JSONObjectImpl from the given other object.}
JSONString - Interface in org.tquadrat.foundation.jsonbuilder
The definition of a JSON String.
JSONStringImpl - Class in org.tquadrat.foundation.jsonbuilder.internal
The implementation of the interface JSONString.
JSONStringImpl(String) - Constructor for class org.tquadrat.foundation.jsonbuilder.internal.JSONStringImpl
Creates a new instance of JSONNumber.
JSONValue - Interface in org.tquadrat.foundation.jsonbuilder
This interface describes the base for all the JSON datatypes.
A C D E F G H I J M N O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values