Package io.microsphere.spring.web.method.support
-
Interface Summary Interface Description HandlerMethodAdvice InterceptingHandlerMethod
facade interfaceHandlerMethodArgumentInterceptor The interceptor interface for the resolvableHandlerMethods'
MethodParameter
HandlerMethodInterceptor HandlerMethod
Interceptor that allows for customizedHandlerMethod
execution chains. -
Class Summary Class Description DelegatingHandlerMethodAdvice HandlerMethodAdvice
class delegates to the beans ofHandlerMethodArgumentInterceptor
andHandlerMethodInterceptor
.