| Interface | Description |
|---|---|
| Converter<W> |
Defines an Object that can convert an instance and render it to the
response or a supplied writer.
|
| Class | Description |
|---|---|
| AbstractConverter<W> |
Abstract base implementation of the Converter interface that provides a default toString() implementation.
|
| ConverterUtil |
A utility class for creating and dealing with Converter objects.
|
| Enum | Description |
|---|---|
| Converter.CircularReferenceBehaviour |