Module org.simpleflatmapper.reflect
Class FieldSetter<T,P>
java.lang.Object
org.simpleflatmapper.reflect.getter.FieldSetter<T,P>
- All Implemented Interfaces:
Setter<T,P>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FieldSetter
-
-
Method Details
-
set
Description copied from interface:SetterSet the properties on the target object to value.- Specified by:
setin interfaceSetter<T,P> - Parameters:
target- the target to set the value onvalue- the value to set- Throws:
IllegalArgumentExceptionIllegalAccessException
-
getField
-
toString
-