类 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
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
HandlerMethodMetadata
,HandlerMethod
,RequestMappingInfo
-
-
构造器概要
构造器 构造器 说明 RequestMappingMetadata(org.springframework.web.servlet.mvc.method.RequestMappingInfo requestMappingInfo, org.springframework.web.method.HandlerMethod handlerMethod)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.web.servlet.mvc.method.RequestMappingInfo
getRequestMappingInfo()
-
从类继承的方法 io.microsphere.spring.webmvc.metadata.HandlerMethodMetadata
getHandlerMethod
-
从类继承的方法 io.microsphere.spring.webmvc.metadata.HandlerMetadata
equals, getHandler, getMetadata, hashCode, toString
-
-