Uses of Interface
io.microsphere.spring.web.method.support.HandlerMethodAdvice
-
Packages that use HandlerMethodAdvice Package Description io.microsphere.spring.web.method.support -
-
Uses of HandlerMethodAdvice in io.microsphere.spring.web.method.support
Classes in io.microsphere.spring.web.method.support that implement HandlerMethodAdvice Modifier and Type Class Description class
DelegatingHandlerMethodAdvice
HandlerMethodAdvice
class delegates to the beans ofHandlerMethodArgumentInterceptor
andHandlerMethodInterceptor
.
-