类 HandlerMethodSelector


  • @Deprecated
    public abstract class HandlerMethodSelector
    extends Object
    已过时。
    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.
    从以下版本开始:
    3.1
    作者:
    Rossen Stoyanchev