All Classes and Interfaces

Classes
Class
Description
ControllerInstrumentation enhance all constructor and method annotated with org.springframework.web.bind.annotation.RequestMapping that class has org.springframework.stereotype.Controller annotation.
ControllerInstrumentation enhance all constructor and method annotated with org.springframework.web.bind.annotation.RequestMapping that class has org.springframework.stereotype.Controller annotation.
 
 
 
The ControllerConstructorInterceptor intercepts the Controller's constructor, in order to acquire the mapping annotation, if exist.
 
GetBeanInterceptor pass the NativeWebRequest object into the Controller object.
HandlerMethodInstrumentation intercept the getBean method in the org.springframework.web.method.HandlerMethod class.