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's
HandlerMethod
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
HandlerMethod
-
Constructor Summary
ConstructorsConstructorDescriptionHandlerMethodMetadata
(org.springframework.web.method.HandlerMethod handlerMethod, M metadata) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.springframework.web.method.HandlerMethod
Methods inherited from class io.microsphere.spring.webmvc.metadata.HandlerMetadata
equals, getHandler, getMetadata, hashCode, toString
-
Constructor Details
-
HandlerMethodMetadata
public HandlerMethodMetadata(org.springframework.web.method.HandlerMethod handlerMethod, M metadata)
-
-
Method Details
-
getHandlerMethod
public final org.springframework.web.method.HandlerMethod getHandlerMethod()
-