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