Class HandlerMethodSelector


  • @Deprecated
    public abstract class HandlerMethodSelector
    extends Object
    Deprecated.
    as of Spring 4.2.3, in favor of the generalized and refined MethodIntrospector
    Defines the algorithm for searching handler methods exhaustively including interfaces and parent classes while also dealing with parameterized methods as well as interface and class-based proxies.
    Since:
    4.0
    Author:
    Rossen Stoyanchev