@FunctionalInterface public static interface ReflectionUtils.MethodCallback
Modifier and Type | Method and Description |
---|---|
void |
doWith(Method method)
Perform an operation using the given method.
|
void doWith(Method method) throws IllegalArgumentException, IllegalAccessException
method
- the method to operate onIllegalArgumentException
IllegalAccessException