Class HandlerMethodMetadata<M>
- java.lang.Object
-
- io.microsphere.spring.webmvc.metadata.HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
-
- io.microsphere.spring.webmvc.metadata.HandlerMethodMetadata<M>
-
- Type Parameters:
M
- the type of metadata
- Direct Known Subclasses:
RequestMappingMetadata
public class HandlerMethodMetadata<M> extends HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
The metadata class for Spring WebMVC'sHandlerMethod
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
HandlerMethod
-
-
Constructor Summary
Constructors Constructor Description HandlerMethodMetadata(org.springframework.web.method.HandlerMethod handlerMethod, M metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.method.HandlerMethod
getHandlerMethod()
-
Methods inherited from class io.microsphere.spring.webmvc.metadata.HandlerMetadata
equals, getHandler, getMetadata, hashCode, toString
-
-
-
-
Constructor Detail
-
HandlerMethodMetadata
public HandlerMethodMetadata(org.springframework.web.method.HandlerMethod handlerMethod, M metadata)
-
-