Class RequestMappingMetadata


  • public class RequestMappingMetadata
    extends io.microsphere.spring.web.metadata.HandlerMethodMetadata<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
    The metadata class for RequestMappingInfo associating with a single HandlerMethod
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    HandlerMethodMetadata, HandlerMethod, RequestMappingInfo
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestMappingMetadata​(org.springframework.web.servlet.mvc.method.RequestMappingInfo requestMappingInfo, org.springframework.web.method.HandlerMethod handlerMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.mvc.method.RequestMappingInfo getRequestMappingInfo()  
      • Methods inherited from class io.microsphere.spring.web.metadata.HandlerMethodMetadata

        getHandlerMethod
      • Methods inherited from class io.microsphere.spring.web.metadata.HandlerMetadata

        equals, getHandler, getMetadata, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RequestMappingMetadata

        public RequestMappingMetadata​(org.springframework.web.servlet.mvc.method.RequestMappingInfo requestMappingInfo,
                                      org.springframework.web.method.HandlerMethod handlerMethod)
    • Method Detail

      • getRequestMappingInfo

        public final org.springframework.web.servlet.mvc.method.RequestMappingInfo getRequestMappingInfo()