Module org.simpleflatmapper.reflect
Class MethodSetter<T,P>
java.lang.Object
org.simpleflatmapper.reflect.setter.MethodSetter<T,P>
- All Implemented Interfaces:
Setter<T,P>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MethodSetter
-
-
Method Details
-
set
public void set(T target, P value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException 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:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
getMethod
-
toString
-