Uses of Package
io.ebean.text.json
| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
-
Classes in io.ebean.text.json used by io.ebean Class Description JsonContext Converts objects to and from JSON format. -
Classes in io.ebean.text.json used by io.ebean.text.json Class Description 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.