Module org.simpleflatmapper.reflect
Class BooleanMethodSetter<T>
java.lang.Object
org.simpleflatmapper.reflect.primitive.BooleanMethodSetter<T>
- All Implemented Interfaces:
BooleanSetter<T>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanMethodSetter
-
-
Method Details
-
setBoolean
public void setBoolean(T target, boolean value) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
setBooleanin interfaceBooleanSetter<T>- Throws:
IllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
toString
-