| Package | Description |
|---|---|
| com.cedarsoftware.util.io | |
| com.cedarsoftware.util.io.factory | |
| com.cedarsoftware.util.io.writers |
| Class and Description |
|---|
| FastReader |
| 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).
|
| JsonReader.JsonClassReader
Implement this interface to add a custom JSON reader.
|
| JsonReader.JsonClassReaderBase
Deprecated.
|
| JsonReader.MissingFieldHandler
Used to react to fields missing when reading an object.
|
| JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
| JsonWriter.JsonClassWriterBase
Deprecated.
|
| ReaderContext |
| ReadOptions |
| ReadOptionsBuilder |
| ReferenceTracker |
| Resolver
This class is used to convert a source of Java Maps that were created from
the JsonParser.
|
| Resolver.Missingfields
stores missing fields information to notify client after the complete deserialization resolution
|
| TypeWriter |
| WriteOptions
This class contains all the "feature" control (options) for controlling json-io's
output JSON.
|
| WriteOptions.ShowType |
| WriterContext |
| Writers.FloatingPointWriter
Used as a template to write out primitive value types such as int, boolean, etc.
|
| 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).
|
| ReaderContext |
| Class and Description |
|---|
| JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
| JsonWriter.JsonClassWriterBase
Deprecated.
|
| WriterContext |
| 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.TemporalWriter |
Copyright © 2023. All rights reserved.