Class and Description |
---|
FastPushbackReader |
JsonObject
This class holds a JSON object in a LinkedHashMap.
|
JsonReader
Read an object graph in JSON format and make it available in Java objects, or
in a "Map of Maps." (untyped representation).
|
JsonReader.ClassFactory
Subclass this interface and create a class that will return a new instance of the
passed in Class (c).
|
JsonReader.Factory
Common ancestor for ClassFactory and ClassFactoryEx.
|
JsonReader.JsonClassReaderBase
Common ancestor for JsonClassReader and JsonClassReaderEx.
|
JsonReader.JsonClassReaderEx
Implement this interface to add a custom JSON reader.
|
JsonReader.MissingFieldHandler
Used to react to fields missing when reading an object.
|
JsonWriter
Output a Java object graph in JSON format.
|
JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
JsonWriter.JsonClassWriterBase
Common ancestor for JsonClassWriter and JsonClassWriterEx.
|
JsonWriter.JsonClassWriterEx
Implement this interface to customize the JSON output for a given class.
|
Readers.DateReader |
Copyright © 2017. All rights reserved.