| Package | Description |
|---|---|
| org.dozer | |
| org.dozer.converters | |
| org.dozer.metadata | |
| org.dozer.propertydescriptor | |
| org.dozer.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Mapper.map(Object source,
Class<T> destinationClass)
Constructs new instance of destinationClass and performs mapping between from source
|
<T> T |
DozerBeanMapper.map(Object source,
Class<T> destinationClass)
Constructs new instance of destinationClass and performs mapping between from source
|
<T> T |
Mapper.map(Object source,
Class<T> destinationClass,
String mapId)
Constructs new instance of destinationClass and performs mapping between from source
|
<T> T |
DozerBeanMapper.map(Object source,
Class<T> destinationClass,
String mapId)
Constructs new instance of destinationClass and performs mapping between from source
|
void |
Mapper.map(Object source,
Object destination)
Performs mapping between source and destination objects
|
void |
DozerBeanMapper.map(Object source,
Object destination)
Performs mapping between source and destination objects
|
void |
Mapper.map(Object source,
Object destination,
String mapId)
Performs mapping between source and destination objects
|
void |
DozerBeanMapper.map(Object source,
Object destination,
String mapId)
Performs mapping between source and destination objects
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConversionException
Only intended for internal use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataLookupException
Used whenever a lookup in the meta model fails, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
SelfPropertyDescriptor.getPropertyType() |
Object |
SelfPropertyDescriptor.getPropertyValue(Object bean) |
void |
SelfPropertyDescriptor.setPropertyValue(Object bean,
Object value,
FieldMap fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MappingUtils.throwMappingException(String msg) |
static void |
MappingUtils.throwMappingException(String msg,
Throwable cause) |
static void |
MappingUtils.throwMappingException(Throwable e) |
Copyright © 2005-2014 dozer. All Rights Reserved.