| Package | Description |
|---|---|
| org.apache.skywalking.apm.plugin.spring.mvc.v3.define |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerInstrumentation
ControllerInstrumentation intercept the constructor and the methods annotated with RequestMapping in the class annotated with Controller. |
class |
HandlerMethodInstrumentation
HandlerMethodInstrumentation intercept the getBean method in the
org.springframework.web.method.HandlerMethod class. |
class |
HandlerMethodInvokerInstrumentation
HandlerMethodInvokerInstrumentation intercept the invokeHandlerMethod method in the
org.springframework.web.bind.annotation.support.HandlerMethodInvoker class. |
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.