@Export
| Interface | Description |
|---|---|
| Converter<T> | |
| JavaConverterRegistry | |
| OutputFormatWriter<T> |
A Java converter also has to be an OutputFormatWriter that writes the converted content to a stream.
|
| Class | Description |
|---|---|
| AbstractConverter<T> |
An abstract base class for Java based converters.
|
| StringConverter |
The base class for simple converters that convert to strings.
|
| Annotation Type | Description |
|---|---|
| ConverterFor |
Assigns a default backend name to a converter so that it is not required to define
the backend name at registration time.
|