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