public interface Mapper
Modifier and Type | Method and Description |
---|---|
MappingResults |
map(java.lang.Object source,
java.lang.Object target)
Map state from a source object to a target object.
|
MappingResults map(java.lang.Object source, java.lang.Object target)
source
- the sourcetarget
- the target