public class ContextualSetterOnGetter<T,I,P> extends Object implements ContextualSetter<T,P>
| Constructor and Description |
|---|
ContextualSetterOnGetter(ContextualSetter<T,I> setter,
org.simpleflatmapper.reflect.Getter<P,I> getter) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(T target,
P value,
org.simpleflatmapper.converter.Context context)
Set the properties on the target object to value.
|
public ContextualSetterOnGetter(ContextualSetter<T,I> setter, org.simpleflatmapper.reflect.Getter<P,I> getter)
public void set(T target, P value, org.simpleflatmapper.converter.Context context) throws Exception
ContextualSetterset in interface ContextualSetter<T,P>target - the target to set the value onvalue - the value to setException - if anything goes wrongCopyright © 2018. All rights reserved.