Module org.simpleflatmapper.reflect
Class ByteMethodSetter<T>
java.lang.Object
org.simpleflatmapper.reflect.primitive.ByteMethodSetter<T>
- All Implemented Interfaces:
ByteSetter<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteMethodSetter
-
-
Method Details
-
setByte
public void setByte(T target, byte value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
setBytein interfaceByteSetter<T>- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
toString
-