Convert |
The Convert annotation is used to specify a converter
class to use for serialization.
|
Converter |
The Converter object is used to convert an object
to XML by intercepting the normal serialization process.
|
ConverterFactory |
The ConverterFactory is used to instantiate objects
based on a provided type or annotation.
|
ConverterScanner |
The ConverterScanner is used to create a converter
given a method or field representation.
|
Registry |
The Registry represents an object that is used to
register bindings between a class and a converter implementation.
|
RegistryBinder |
The RegistryBinder object is used acquire converters
using a binding between a type and its converter.
|
Scanner |
The Scanner interface is used to scan a class for a
given annotation.
|
ScannerBuilder |
The ScannerBuilder is used to build and cache each
scanner requested.
|