public final class FloatFieldMapper<S,T> extends Object implements FieldMapper<S,T>
| Constructor and Description |
|---|
FloatFieldMapper(FloatGetter<S> getter,
FloatSetter<T> setter) |
| Modifier and Type | Method and Description |
|---|---|
void |
mapTo(S source,
T target,
MappingContext<S> context)
map source object to target object.
|
String |
toString() |
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.