Uses of Interface
org.hotswap.agent.util.spring.util.ReflectionUtils.MethodFilter
-
Packages that use ReflectionUtils.MethodFilter Package Description org.hotswap.agent.util.spring.util -
-
Uses of ReflectionUtils.MethodFilter in org.hotswap.agent.util.spring.util
Fields in org.hotswap.agent.util.spring.util declared as ReflectionUtils.MethodFilter Modifier and Type Field Description static ReflectionUtils.MethodFilterReflectionUtils. NON_BRIDGED_METHODSPre-built MethodFilter that matches all non-bridge methods.static ReflectionUtils.MethodFilterReflectionUtils. USER_DECLARED_METHODSPre-built MethodFilter that matches all non-bridge methods which are not declared onjava.lang.Object.Methods in org.hotswap.agent.util.spring.util 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).
-