Class RequestMappingMetadata

java.lang.Object
io.microsphere.spring.web.metadata.HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
io.microsphere.spring.web.metadata.HandlerMethodMetadata<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
io.microsphere.spring.webmvc.metadata.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

    Modifier and Type
    Method
    Description
    final org.springframework.web.servlet.mvc.method.RequestMappingInfo
     

    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 Details

    • RequestMappingMetadata

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

    • getRequestMappingInfo

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