Package org.dozer

Interface Summary
BeanFactory Public custom bean factory interface.
ConfigurableCustomConverter Public custom converter interface.
CustomConverter Public custom converter interface.
CustomFieldMapper Public custom field mapper interface.
DozerEventListener Public event listener interface.
Mapper Public root interface for performing Dozer mappings from application code.
MapperAware Interface that gives an ability to receive mapper instance inside CustomConverter.
 

Class Summary
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 Summary
MappingException Runtime exception thrown by Dozer.
 

Annotation Types Summary
Mapping Defines non-standard mappings on property or field levels.
 



Copyright © 2005-2011 dozer. All Rights Reserved.