Class RequestMappingMetadata
- java.lang.Object
-
- io.microsphere.spring.webmvc.metadata.HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
-
- io.microsphere.spring.webmvc.metadata.HandlerMethodMetadata<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
-
- io.microsphere.spring.webmvc.metadata.RequestMappingMetadata
-
public class RequestMappingMetadata extends HandlerMethodMetadata<org.springframework.web.servlet.mvc.method.RequestMappingInfo>
The metadata class forRequestMappingInfo
associating with a singleHandlerMethod
- 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.webmvc.metadata.HandlerMethodMetadata
getHandlerMethod
-
Methods inherited from class io.microsphere.spring.webmvc.metadata.HandlerMetadata
equals, getHandler, getMetadata, hashCode, toString
-
-