public final class FloatFieldMapper<S,T> extends Object implements FieldMapper<S,T>
| Constructor and Description |
|---|
FloatFieldMapper(FloatGetter<S> getter,
FloatSetter<T> setter) |
public FloatFieldMapper(FloatGetter<S> getter, FloatSetter<T> setter)
public void mapTo(S source, T target, MappingContext<S> context) throws Exception
FieldMappermapTo in interface FieldMapper<S,T>source - object to map fromtarget - object to map tocontext - the mapping contextExceptionCopyright © 2015. All rights reserved.