public interface MappingStrategy extends MappedTypePair<Object,Object>
| Modifier and Type | Interface and Description |
|---|---|
static class |
MappingStrategy.Key
MappingStrategyKey defines the minimum information necessary to cache a
particular mapping strategy
|
| Modifier and Type | Method and Description |
|---|---|
Object |
map(Object sourceObject,
Object destinationObject,
MappingContext context)
Perform the mapping
|
getAType, getBTypeObject map(Object sourceObject, Object destinationObject, MappingContext context)
sourceObject - the source object to mapdestinationObject - the pre-instantiated destination object onto which properties
should be copied; may be nullcontext - the current mapping contextCopyright © 2016 Glasnost. All rights reserved.