org.sfm.map.impl.fieldmapper
public final class FieldMapperImpl<S,T,P> extends Object implements FieldMapper<S,T>
| Constructor and Description |
|---|
FieldMapperImpl(Getter<S,? extends P> getter,
Setter<T,? super P> setter) |
public void mapTo(S source, T target, MappingContext<S> mappingContext) throws Exception
FieldMappermapTo in interface FieldMapper<S,T>source - object to map fromtarget - object to map tomappingContext - the mapping contextExceptionCopyright © 2015. All rights reserved.