Uses of Interface
org.springframework.util.ReflectionUtils.MethodCallback
Packages that use ReflectionUtils.MethodCallback
Package
Description
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
Uses of ReflectionUtils.MethodCallback in org.springframework.util
Methods in org.springframework.util with parameters of type ReflectionUtils.MethodCallbackModifier and TypeMethodDescriptionstatic voidReflectionUtils.doWithLocalMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc) Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods from interfaces that the given class implements).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, @Nullable ReflectionUtils.MethodFilter mf) Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).