JsonBeanReader |
Provides a JSON reader that can hold a persistence context and load context while reading JSON.
|
JsonIOException |
Unchecked exception thrown when an IOException occurs in json processing.
|
JsonReadBeanVisitor |
Provides for custom handling of json content as it is read.
|
JsonReadOptions |
Provides the ability to customise the reading of JSON content.
|
JsonWriteBeanVisitor |
Allows for customising the JSON write processing.
|
JsonWriteOptions |
Provides options for customising the JSON write process.
|
JsonWriter |
Wraps an underlying JsonGenerator taking into account null suppression and exposing isIncludeEmpty() etc.
|