public abstract class HandlerMethodSelector extends Object
| Constructor and Description | 
|---|
HandlerMethodSelector()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Method> | 
selectMethods(Class<?> handlerType,
             ReflectionUtils.MethodFilter handlerMethodFilter)
Selects handler methods for the given handler type. 
 | 
public static Set<Method> selectMethods(Class<?> handlerType, ReflectionUtils.MethodFilter handlerMethodFilter)
ReflectionUtils.MethodFilter parameter.handlerType - the handler type to search handler methods onhandlerMethodFilter - a ReflectionUtils.MethodFilter to help recognize handler methods of interest