Class HandlerMethodMetadata<M>
- java.lang.Object
-
- io.microsphere.spring.web.metadata.HandlerMetadata<org.springframework.web.method.HandlerMethod,M>
-
- io.microsphere.spring.web.metadata.HandlerMethodMetadata<M>
-
- Type Parameters:
M- the type of metadata
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.HandlerMethodgetHandlerMethod()-
Methods inherited from class io.microsphere.spring.web.metadata.HandlerMetadata
equals, getHandler, getMetadata, hashCode, toString
-
-
-
-
Constructor Detail
-
HandlerMethodMetadata
public HandlerMethodMetadata(org.springframework.web.method.HandlerMethod handlerMethod, M metadata)
-
-