Package | Description |
---|---|
org.dozer.classmap | |
org.dozer.util |
Modifier and Type | Method and Description |
---|---|
CustomConverterContainer |
Configuration.getCustomConverters() |
CustomConverterContainer |
ClassMap.getCustomConverters() |
Modifier and Type | Method and Description |
---|---|
void |
ClassMap.setCustomConverters(CustomConverterContainer customConverters) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
MappingUtils.determineCustomConverter(FieldMap fieldMap,
Cache converterByDestTypeCache,
CustomConverterContainer customConverterContainer,
Class<?> srcClass,
Class<?> destClass) |
static Class<?> |
MappingUtils.findCustomConverter(Cache converterByDestTypeCache,
CustomConverterContainer customConverterContainer,
Class<?> srcClass,
Class<?> destClass) |
Copyright © 2005-2014 dozer. All Rights Reserved.