Module org.simpleflatmapper.reflect
Class DoubleMethodSetter<T>
java.lang.Object
org.simpleflatmapper.reflect.primitive.DoubleMethodSetter<T>
- All Implemented Interfaces:
DoubleSetter<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoubleMethodSetter
-
-
Method Details
-
setDouble
public void setDouble(T target, double value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
setDoublein interfaceDoubleSetter<T>- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
toString
-