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 for
RequestMappingInfo
associating with a single HandlerMethod
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
HandlerMethodMetadata
HandlerMethod
RequestMappingInfo
-
Constructor Summary
ConstructorsConstructorDescriptionRequestMappingMetadata
(org.springframework.web.servlet.mvc.method.RequestMappingInfo requestMappingInfo, org.springframework.web.method.HandlerMethod handlerMethod) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.springframework.web.servlet.mvc.method.RequestMappingInfo
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
-
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()
-