类 HandlerMethodMetadata<M>
- java.lang.Object
-
- io.microsphere.spring.webmvc.metadata.HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
-
- io.microsphere.spring.webmvc.metadata.HandlerMethodMetadata<M>
-
- 类型参数:
M
- the type of metadata
- 直接已知子类:
RequestMappingMetadata
public class HandlerMethodMetadata<M> extends HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
The metadata class for Spring WebMVC'sHandlerMethod
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
HandlerMethod
-
-
构造器概要
构造器 构造器 说明 HandlerMethodMetadata(org.springframework.web.method.HandlerMethod handlerMethod, M metadata)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.web.method.HandlerMethod
getHandlerMethod()
-
从类继承的方法 io.microsphere.spring.webmvc.metadata.HandlerMetadata
equals, getHandler, getMetadata, hashCode, toString
-
-
-
-
构造器详细资料
-
HandlerMethodMetadata
public HandlerMethodMetadata(org.springframework.web.method.HandlerMethod handlerMethod, M metadata)
-
-