Class HandlerMethodMetadata<M>

  • Type Parameters:
    M - the type of metadata
    Direct Known Subclasses:
    RequestMappingMetadata

    public class HandlerMethodMetadata<M>
    extends HandlerMetadata<org.springframework.web.method.HandlerMethod,​M>
    The metadata class for Spring WebMVC's HandlerMethod
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    HandlerMethod
    • Constructor Detail

      • HandlerMethodMetadata

        public HandlerMethodMetadata​(org.springframework.web.method.HandlerMethod handlerMethod,
                                     M metadata)
    • Method Detail

      • getHandlerMethod

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