类 HandlerMethodMetadata<M>

  • 类型参数:
    M - the type of metadata
    直接已知子类:
    RequestMappingMetadata

    public class HandlerMethodMetadata<M>
    extends HandlerMetadata<org.springframework.web.method.HandlerMethod,​M>
    The metadata class for Spring WebMVC's HandlerMethod
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    另请参阅:
    HandlerMethod
    • 构造器详细资料

      • HandlerMethodMetadata

        public HandlerMethodMetadata​(org.springframework.web.method.HandlerMethod handlerMethod,
                                     M metadata)
    • 方法详细资料

      • getHandlerMethod

        public final org.springframework.web.method.HandlerMethod getHandlerMethod()