| Package | Description |
|---|---|
| com.github.dozermapper.core.classmap.generator |
Generators to resolve the different types and their fields
|
| Modifier and Type | Method and Description |
|---|---|
static MappingType |
MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GeneratorUtils.addGenericMapping(MappingType mappingType,
ClassMap classMap,
Configuration configuration,
String srcName,
String destName,
BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory) |
Copyright © 2005–2021 dozer. All rights reserved.