Class | Description |
---|---|
BaseConverter |
Configurable converters in Dozer are not thread-safe if a single converter
instance is used.
|
CustomMapper |
Allows a user to customize a field mapping using a POJO that is not
required to extend/implement Dozer-specific classes.
|
DozerComponent | |
DozerConfiguration |
Configuration used for a Dozer endpoint.
|
DozerEndpoint |
The dozer component provides the ability to map between Java beans using the Dozer mapping library.
|
DozerProducer |
Producer class for Dozer endpoints.
|
ExpressionMapper |
Provides support for mapping a Camel expression to a target field in a
mapping.
|
VariableMapper |
Used to map literal values (e.g.
|
Apache Camel