- JAVA_NATIVE - Static variable in class org.cakelab.blender.io.Encoding
-
- JavaDocEncoder - Class in org.cakelab.blender.doc.extract.dnadocs
-
- JavaDocEncoder() - Constructor for class org.cakelab.blender.doc.extract.dnadocs.JavaDocEncoder
-
- JavaField - Class in org.cakelab.blender.typemap
-
Represents a field of a struct after mapping according to
Java .Blend's type mapping rules.
- JavaField(CField) - Constructor for class org.cakelab.blender.typemap.JavaField
-
- JavaType - Class in org.cakelab.blender.typemap
-
Provides mapping of a given CType instance to a Java type
according to Java .Blend's type mapping rules.
- JavaType(CType) - Constructor for class org.cakelab.blender.typemap.JavaType
-
- JavaType.JKind - Enum in org.cakelab.blender.typemap
-
- JSONArray - Class in org.cakelab.json
-
- JSONArray() - Constructor for class org.cakelab.json.JSONArray
-
- JSONCodec - Class in org.cakelab.json.codec
-
This class implements serialising/deserialising
of Java objects from and to JSON strings.
- JSONCodec() - Constructor for class org.cakelab.json.codec.JSONCodec
-
Constructor using the default configuration.
- JSONCodec(JSONCodecConfiguration) - Constructor for class org.cakelab.json.codec.JSONCodec
-
Constructor using a specific configuration.
- JSONCodecConfiguration - Class in org.cakelab.json.codec
-
- JSONCodecConfiguration() - Constructor for class org.cakelab.json.codec.JSONCodecConfiguration
-
- JSONCodecConfiguration(JSONCodecConfiguration) - Constructor for class org.cakelab.json.codec.JSONCodecConfiguration
-
- JSONCodecConfiguration(Charset, boolean, boolean, boolean, JSONParserFactory, JSONFormatter) - Constructor for class org.cakelab.json.codec.JSONCodecConfiguration
-
- JSONCompoundType - Interface in org.cakelab.json
-
Common interface of JSONObject and JSONArray
- JSONDefaults - Class in org.cakelab.json
-
- JSONDefaults() - Constructor for class org.cakelab.json.JSONDefaults
-
- JSONException - Exception in org.cakelab.json
-
- JSONException() - Constructor for exception org.cakelab.json.JSONException
-
- JSONException(String, Throwable, boolean, boolean) - Constructor for exception org.cakelab.json.JSONException
-
- JSONException(String, Throwable) - Constructor for exception org.cakelab.json.JSONException
-
- JSONException(String) - Constructor for exception org.cakelab.json.JSONException
-
- JSONException(Throwable) - Constructor for exception org.cakelab.json.JSONException
-
- JSONFormatter - Interface in org.cakelab.json.format
-
JSONFormatter creates and formats JSON strings from JSON objects.
- JSONFormatterBase<T extends java.io.PrintStream> - Class in org.cakelab.json.format
-
- JSONFormatterBase(JSONFormatterConfiguration) - Constructor for class org.cakelab.json.format.JSONFormatterBase
-
- JSONFormatterBase.IgnoringNullIterator - Class in org.cakelab.json.format
-
used when ignoring null entries in JSON objects
- JSONFormatterCompact - Class in org.cakelab.json.format
-
Formatter which outputs the most compact string representation
- JSONFormatterCompact(JSONFormatterConfiguration) - Constructor for class org.cakelab.json.format.JSONFormatterCompact
-
- JSONFormatterConfiguration - Class in org.cakelab.json.format
-
Configuration for JSONFormatter instances.
- JSONFormatterConfiguration(JSONFormatterConfiguration) - Constructor for class org.cakelab.json.format.JSONFormatterConfiguration
-
- JSONFormatterConfiguration() - Constructor for class org.cakelab.json.format.JSONFormatterConfiguration
-
- JSONFormatterConfiguration(Charset, boolean, boolean, boolean) - Constructor for class org.cakelab.json.format.JSONFormatterConfiguration
-
- JSONFormatterPrettyprint - Class in org.cakelab.json.format
-
Formatter which creates pretty printed string output
- JSONFormatterPrettyprint(JSONFormatterConfiguration) - Constructor for class org.cakelab.json.format.JSONFormatterPrettyprint
-
- JSONModeller - Class in org.cakelab.json.codec
-
Turns Java object into JSON object tree and vice versa.
- JSONModeller(JSONCodecConfiguration) - Constructor for class org.cakelab.json.codec.JSONModeller
-
- JSONObject - Class in org.cakelab.json
-
- JSONObject() - Constructor for class org.cakelab.json.JSONObject
-
- JSONParser - Interface in org.cakelab.json.parser
-
A JSON Parser turns JSON strings into a JSON object tree.
- JSONParserFactory - Class in org.cakelab.json.parser
-
Creates JSONParser instances.
- JSONParserFactory() - Constructor for class org.cakelab.json.parser.JSONParserFactory
-