| Package | Description |
|---|---|
| org.dozer | |
| org.dozer.loader | |
| org.dozer.loader.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableCustomConverter
Public custom converter interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DozerConverter<A,B>
This class should be extended in order to implement new Custom Converters for value transformation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomConverter> |
DozerBeanMapper.getCustomConverters() |
Map<String,CustomConverter> |
DozerBeanMapper.getCustomConvertersWithId() |
| Modifier and Type | Method and Description |
|---|---|
void |
DozerBeanMapper.setCustomConverters(List<CustomConverter> customConverters) |
void |
DozerBeanMapper.setCustomConvertersWithId(Map<String,CustomConverter> customConvertersWithId)
Converters passed with this method could be further referenced in mappings via its unique id.
|
| Constructor and Description |
|---|
MappingProcessor(ClassMappings classMappings,
Configuration globalConfiguration,
CacheManager cacheMgr,
StatisticsManager statsMgr,
List<CustomConverter> customConverterObjects,
DozerEventManager eventManager,
CustomFieldMapper customFieldMapper,
Map<String,CustomConverter> customConverterObjectsWithId) |
MappingProcessor(ClassMappings classMappings,
Configuration globalConfiguration,
CacheManager cacheMgr,
StatisticsManager statsMgr,
List<CustomConverter> customConverterObjects,
DozerEventManager eventManager,
CustomFieldMapper customFieldMapper,
Map<String,CustomConverter> customConverterObjectsWithId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DozerBuilder.FieldMappingBuilder.customConverter(Class<? extends CustomConverter> type) |
| Modifier and Type | Method and Description |
|---|---|
static FieldsMappingOption |
FieldsMappingOptions.customConverter(Class<? extends CustomConverter> type) |
static FieldsMappingOption |
FieldsMappingOptions.customConverter(Class<? extends CustomConverter> type,
String parameter) |
Copyright © 2005-2014 dozer. All Rights Reserved.