|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mapper
Public root interface for performing Dozer mappings from application code.
| Method Summary | ||
|---|---|---|
|
map(Object source,
Class<T> destinationClass)
Constructs new instance of destinationClass and performs mapping between from source |
|
|
map(Object source,
Class<T> destinationClass,
String mapId)
Constructs new instance of destinationClass and performs mapping between from source |
|
void |
map(Object source,
Object destination)
Performs mapping between source and destination objects |
|
void |
map(Object source,
Object destination,
String mapId)
Performs mapping between source and destination objects |
|
| Method Detail |
|---|
<T> T map(Object source,
Class<T> destinationClass)
throws MappingException
T - source - destinationClass -
MappingException
void map(Object source,
Object destination)
throws MappingException
source - destination -
MappingException
<T> T map(Object source,
Class<T> destinationClass,
String mapId)
throws MappingException
T - source - destinationClass - mapId -
MappingException
void map(Object source,
Object destination,
String mapId)
throws MappingException
source - destination - mapId -
MappingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||