Package com.github.dozermapper.core
Core mapping API
-
Interface Summary 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.DozerModule Mapper Public root interface for performing Dozer mappings from application code.MapperAware Interface that gives an ability to receive mapper instance insideCustomConverter.MapperModelContext -
Class Summary Class Description DozerBeanMapper Public Dozer Mapper implementation.DozerBeanMapperBuilder Builds an instance ofMapper.DozerConverter<A,B> This class should be extended in order to implement new Custom Converters for value transformation.MapIdField Only intended for internal use.MappedFieldsTracker Keeps track of mapped object during this mapping process execution.MappingProcessor Internal Mapping Engine. -
Enum Summary Enum Description OptionValue A mapping option value -
Exception Summary Exception Description MappingException Runtime exception thrown by Dozer. -
Annotation Types Summary Annotation Type Description Mapping Defines non-standard mappings on property or field levels.