| Interface | Description |
|---|---|
| SingleTypeTransformer<SOURCE,TARGET> |
Transforms a single source type to a target type, returning a new target instance.
|
| Transformer<SOURCE,TARGET> |
Base interface for data format conversions.
|
| TransformerFactory |
Creates a transformer capable of converting a set of classes from a source to target data type.
|
| TransformerRegistry |
Registry of Transformers.
|