MethodIntrospector
@Deprecated
public abstract class HandlerMethodSelector
extends java.lang.Object
Constructor and Description |
---|
HandlerMethodSelector()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.reflect.Method> |
selectMethods(java.lang.Class<?> handlerType,
ReflectionUtils.MethodFilter handlerMethodFilter)
Deprecated.
Select handler methods for the given handler type.
|
public static java.util.Set<java.lang.reflect.Method> selectMethods(java.lang.Class<?> handlerType, ReflectionUtils.MethodFilter handlerMethodFilter)
Callers define handler methods of interest through the ReflectionUtils.MethodFilter
parameter.
handlerType
- the handler type to search handler methods onhandlerMethodFilter
- a ReflectionUtils.MethodFilter
to help recognize handler methods of interestMethodIntrospector.selectMethods(java.lang.Class<?>, org.springframework.core.MethodIntrospector.MetadataLookup<T>)