| Interface | Description |
|---|---|
| BeanBuilder | |
| BeanFactory |
Public custom bean factory interface.
|
| BeanGeneralCreationStrategy<T> | |
| ConfigurableCustomConverter |
Public custom converter interface.
|
| CustomConverter |
Public custom converter interface.
|
| CustomFieldMapper |
Public custom field mapper interface.
|
| DozerEventListener |
Public event listener interface.
|
| DozerModule | |
| Mapper |
Public root interface for performing Dozer mappings from application code.
|
| MapperAware |
Interface that gives an ability to receive mapper instance inside
CustomConverter. |
| Class | Description |
|---|---|
| DozerBeanMapper |
Public Dozer Mapper implementation.
|
| DozerBeanMapperSingletonWrapper |
Public Singleton wrapper for the DozerBeanMapper.
|
| DozerConverter<A,B> |
This class should be extended in order to implement new Custom Converters for value transformation.
|
| DozerInitializer |
Internal class that performs one time Dozer initializations.
|
| MappedFieldsTracker |
Keeps track of mapped object during this mapping process execution.
|
| MappingProcessor |
Internal Mapping Engine.
|
| Exception | Description |
|---|---|
| MappingException |
Runtime exception thrown by Dozer.
|
| Annotation Type | Description |
|---|---|
| Mapping |
Defines non-standard mappings on property or field levels.
|
Copyright © 2005-2014 dozer. All Rights Reserved.