| Package | Description |
|---|---|
| com.cedarsoftware.util.io | |
| com.cedarsoftware.util.io.factory |
| 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.JsonClassReader
Implement this interface to add a custom JSON reader.
|
| JsonReader.JsonClassReaderBase
Common ancestor for JsonClassReader
|
| 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
Deprecated.
|
| MetaUtils.Dumpty |
| Readers.DateReader |
| ReadOptionsBuilder |
| ReferenceTracker |
| WriteOptionsBuilder |
| Writers.PrimitiveTypeWriter
Used as a template to write out types that will have a primitive form.
|
| Writers.PrimitiveUtf8StringWriter
Used as a template to write out primitive String types.
|
| Writers.PrimitiveValueWriter
Used as a template to write out primitive value types such as int, boolean, etc.
|
| Writers.TemporalWriter |
| Class and Description |
|---|
| JsonObject
This class holds a JSON object in a LinkedHashMap.
|
| JsonReader.ClassFactory
Subclass this interface and create a class that will return a new instance of the
passed in Class (c).
|
Copyright © 2023. All rights reserved.