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