Module org.simpleflatmapper.reflect
Class LongMethodSetter<T>
java.lang.Object
org.simpleflatmapper.reflect.primitive.LongMethodSetter<T>
- All Implemented Interfaces:
LongSetter<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongMethodSetter
-
-
Method Details
-
setLong
public void setLong(T target, long value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
setLongin interfaceLongSetter<T>- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
toString
-