Uses of Interface
io.lettuce.core.dynamic.support.ReflectionUtils.MethodCallback
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
-
Uses of ReflectionUtils.MethodCallback in io.lettuce.core.dynamic.support
Methods in io.lettuce.core.dynamic.support with parameters of type ReflectionUtils.MethodCallback Modifier and Type Method Description static voidReflectionUtils. doWithMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc)Perform the given callback operation on all matching methods of the given class and superclasses.static voidReflectionUtils. doWithMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc, ReflectionUtils.MethodFilter mf)Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).