Uses of Interface
io.lettuce.core.dynamic.support.ReflectionUtils.MethodFilter
| Package | Description |
|---|---|
| io.lettuce.core.dynamic.support |
Support classes imported from the Spring Framework.
|
-
Uses of ReflectionUtils.MethodFilter in io.lettuce.core.dynamic.support
Methods in io.lettuce.core.dynamic.support with parameters of type ReflectionUtils.MethodFilter Modifier and Type Method Description 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).