| Interface | Description |
|---|---|
| JsonParse<T> | |
| JsonRender<T> | |
| JsonRenderer |
Renders
JsonRender objects. |
| Class | Description |
|---|---|
| Jackson |
Provides key integration points with the Jackson support for dealing with JSON.
|
| JacksonModule |
A Guice module that provides an implementation of
JsonRenderer, a renderer for Jackson object. |
See Jackson and JacksonModule to get started.