Package | Description |
---|---|
com.cedarsoftware.io | |
com.cedarsoftware.io.factory | |
com.cedarsoftware.io.writers |
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).
|
JsonReader.JsonClassReader
Implement this interface to add a custom JSON reader.
|
JsonReader.MissingFieldHandler
Used to react to fields missing when reading an object.
|
JsonValue
This class is the parent class for all parsed JSON objects, arrays, or primitive values.
|
JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
ReaderContext |
ReadOptions
This class contains all the "feature" control (options) for controlling json-io's
flexibility in reading JSON.
|
ReadOptions.ReturnType |
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
|
WriteOptions
This class contains all the "feature" control (options) for controlling json-io's
output JSON.
|
WriteOptions.ShowType |
WriteOptionsBuilder
Builder class for building the writeOptions.
|
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).
|
JsonReader.JsonClassReader
Implement this interface to add a custom JSON reader.
|
ReaderContext |
Class and Description |
---|
JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
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 © 2024. All rights reserved.