Module lettuce.core
Package io.lettuce.core.dynamic.support
Interface ReflectionUtils.MethodCallback
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.MethodCallback
Action to take on each method.
-
Method Summary
-
Method Details
-
doWith
Perform an operation using the given method.- Parameters:
method- the method to operate on- Throws:
IllegalArgumentExceptionIllegalAccessException
-