| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| Class and Description |
|---|
| JsonContext
Converts objects to and from JSON format.
|
| Class and Description |
|---|
| 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.
|
| JsonScalar
Writes any scalar type known to Ebean the Jackson generator.
|
| 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.
|
Copyright © 2015. All rights reserved.