public class MapExistingAndUseCustomMapperStrategy extends UseCustomMapperStrategy
MappingStrategy.KeycustomMapper, unenhancerdestinationType, sourceType| Constructor and Description |
|---|
MapExistingAndUseCustomMapperStrategy(Type<Object> sourceType,
Type<Object> destinationType,
Mapper<Object,Object> customMapper,
UnenhanceStrategy unenhancer)
Creates a new instance of MapExistingAndUseCustomMapperStrategy
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getInstance(Object sourceObject,
Object destinationObject,
MappingContext context)
Gets an instance of the destination object to be mapped; may return the
provided destinationObject for map-in-place scenarios
|
describeMembers, mapgetAType, getBType, toStringpublic MapExistingAndUseCustomMapperStrategy(Type<Object> sourceType, Type<Object> destinationType, Mapper<Object,Object> customMapper, UnenhanceStrategy unenhancer)
sourceType - destinationType - customMapper - unenhancer - protected Object getInstance(Object sourceObject, Object destinationObject, MappingContext context)
UseCustomMapperStrategygetInstance in class UseCustomMapperStrategyCopyright © 2016 Glasnost. All rights reserved.