Uses of Interface
org.springframework.util.ReflectionUtils.MethodFilter
Packages that use ReflectionUtils.MethodFilter
Package
Description
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
Support classes for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of ReflectionUtils.MethodFilter in org.springframework.core
Methods in org.springframework.core with parameters of type ReflectionUtils.MethodFilterModifier and TypeMethodDescriptionMethodIntrospector.selectMethods(Class<?> targetType, ReflectionUtils.MethodFilter methodFilter) Select methods on the given target type based on a filter. -
Uses of ReflectionUtils.MethodFilter in org.springframework.util
Fields in org.springframework.util declared as ReflectionUtils.MethodFilterModifier and TypeFieldDescriptionstatic final ReflectionUtils.MethodFilterReflectionUtils.USER_DECLARED_METHODSPre-builtReflectionUtils.MethodFilterthat matches all non-bridge non-synthetic methods which are not declared onjava.lang.Object.Methods in org.springframework.util that return ReflectionUtils.MethodFilterModifier and TypeMethodDescriptiondefault ReflectionUtils.MethodFilterReflectionUtils.MethodFilter.and(ReflectionUtils.MethodFilter next) Create a composite filter based on this filter and the provided filter.Methods in org.springframework.util with parameters of type ReflectionUtils.MethodFilterModifier and TypeMethodDescriptiondefault ReflectionUtils.MethodFilterReflectionUtils.MethodFilter.and(ReflectionUtils.MethodFilter next) Create a composite filter based on this filter and the provided filter.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).static Method[]ReflectionUtils.getUniqueDeclaredMethods(Class<?> leafClass, ReflectionUtils.MethodFilter mf) Get the unique set of declared methods on the leaf class and all superclasses. -
Uses of ReflectionUtils.MethodFilter in org.springframework.web.method.annotation
Fields in org.springframework.web.method.annotation declared as ReflectionUtils.MethodFilterModifier and TypeFieldDescriptionstatic final ReflectionUtils.MethodFilterExceptionHandlerMethodResolver.EXCEPTION_HANDLER_METHODSA filter for selecting@ExceptionHandlermethods. -
Uses of ReflectionUtils.MethodFilter in org.springframework.web.servlet.mvc.method.annotation
Fields in org.springframework.web.servlet.mvc.method.annotation declared as ReflectionUtils.MethodFilterModifier and TypeFieldDescriptionstatic final ReflectionUtils.MethodFilterRequestMappingHandlerAdapter.INIT_BINDER_METHODSMethodFilter that matches@InitBindermethods.static final ReflectionUtils.MethodFilterRequestMappingHandlerAdapter.MODEL_ATTRIBUTE_METHODSMethodFilter that matches@ModelAttributemethods.