Interface ReflectionUtils.MethodCallback
- Enclosing class:
ReflectionUtils
public static interface ReflectionUtils.MethodCallback
Action to take on each method
- Author:
- kimchy
-
Method Summary
-
Method Details
-
doWith
Perform an operation using the given method.- Parameters:
method- method which will have been made accessible before this invocation- Throws:
IllegalArgumentExceptionIllegalAccessException
-