| Package | Description |
|---|---|
| com.github.dozermapper.core |
Core mapping API
|
| com.github.dozermapper.core.cache |
Caching for dozer objects
|
| com.github.dozermapper.core.converters |
Convertor extensions based on
Converter |
| com.github.dozermapper.core.metadata |
Metadata to query the mapping definition
|
| com.github.dozermapper.core.propertydescriptor |
DozerPropertyDescriptor strategies used to map objects |
| com.github.dozermapper.core.util |
Utility methods used by the mapper
|
| 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 | Method and Description |
|---|---|
Cache |
DefaultCacheManager.getCache(String name)
Get cache object by name.
|
Cache |
CacheManager.getCache(String cacheName)
Get cache object by name.
|
Cache |
CacheManager.putCache(String cacheName,
int maximumSize)
Puts cache object into store
|
| 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–2021 dozer. All rights reserved.