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.ControllerConstructorInterceptor intercepts the Controller's constructor, in order to acquire the
mapping annotation, if exist.GetBeanInterceptor pass the NativeWebRequest object into the org.springframework.stereotype.Controller object.HandlerMethodInstrumentation intercept the getBean method in the
org.springframework.web.method.HandlerMethod class.Copyright © 2021 The Apache Software Foundation. All rights reserved.