All Classes and Interfaces

Class
Description
 
 
 
 
 
 
Deprecated.
 
 
 
 
 
 
 
 
 
 
 
This is the main API for json-io.
Custom RuntimeException subclass that is used as the main exception thrown by json-io.
This class holds a JSON object in a LinkedHashMap.
Read an object graph in JSON format and make it available in Java objects, or in a "Map of Maps." (untyped representation).
Subclass this interface and create a class that will return a new instance of the passed in Class (c).
Implement this interface to add a custom JSON reader.
Used to react to fields missing when reading an object.
This class is the parent class for all parsed JSON objects, arrays, or primitive values.
Output a Java object graph in JSON format.
Implement this interface to customize the JSON output for a given class.
 
Deprecated.
The MapResolver converts the raw Maps created from the JsonParser to higher quality Maps representing the implied object graph.
This utility class has the methods mostly related to reflection related code.
 
 
 
 
The ObjectResolver converts the raw Maps created from the JsonParser to Java objects (a graph of Java instances).
 
 
This class contains all the "feature" control (options) for controlling json-io's flexibility in reading JSON.
 
Builder class for building the writeOptions.
 
 
 
 
 
This class is used to convert a source of Java Maps that were created from the JsonParser.
stores missing fields information to notify client after the complete deserialization resolution
Factory class to create Throwable instances.
 
Factory class to create Throwable instances.
This class contains all the "feature" control (options) for controlling json-io's output JSON.
 
Builder class for building the writeOptions.
 
All custom writers for json-io subclass this class.
 
 
 
Used as a template to write out primitive String types.
 
 
 
Used as a template to write out primitive value types such as int, boolean, etc.
 
Used as a template to write out primitive value types such as int, boolean, etc.
Used as a template to write out primitive value types such as int, boolean, etc.
 
 
 
 
 
 
 
 
 
This can be used when you know your objects are going to be represented as strings, but won't need any UTF-8 escaping.
Used as a template to write out types that will have a primitive form.
Used as a template to write out primitive String types.
Used as a template to write out primitive value types such as int, boolean, etc.