AbstractSpring3Instrumentation define witness classes of the spring mvc 3 plugin.ControllerConstructorInterceptor cache the value of RequestMapping annotation with method in class
annotation with Controller.ControllerInstrumentation intercept the constructor and the methods annotated with RequestMapping in the class annotated with Controller.HandlerMethodInstrumentation intercept the getBean method in the
org.springframework.web.method.HandlerMethod class.HandlerMethodInvokerInstrumentation intercept the invokeHandlerMethod method in the
org.springframework.web.bind.annotation.support.HandlerMethodInvoker class.InvocableHandlerInstrumentation intercept the invokeForRequest method in the
org.springframework.web.method.support.InvocableHandlerMethod class.Copyright © 2019 The Apache Software Foundation. All rights reserved.