Interface | Description |
---|---|
ConfigurableConverter | Interface for converters that can be configured at runtime |
Converter | Defines an Object that can convert an instance and render it to the response or a supplied writer. |
IncludeExcludeConverter | A converter capable of including/excluding properties on the target object |
Class | Description |
---|---|
AbstractConverter | Abstract base implementation of the Converter interface that provides a default toString() implementation. |
AbstractParsingParameterCreationListener | Abstract base class for parameter creation listeners that parse incoming data such as JSON and XML. |
ConverterUtil | A utility class for creating and dealing with Converter objects. |
Enum | Description |
---|---|
Converter.CircularReferenceBehaviour |