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'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.HandlerMethodMethods inherited from class io.microsphere.spring.web.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()
-