Interface ReflectionUtils.MethodCallback
-
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.MethodCallbackAction to take on each method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoWith(Method method)Perform an operation using the given method.
-
-
-
Method Detail
-
doWith
void doWith(Method method) throws IllegalArgumentException, IllegalAccessException
Perform an operation using the given method.- Parameters:
method- the method to operate on- Throws:
IllegalArgumentExceptionIllegalAccessException
-
-