Class RestControllerInstrumentation
java.lang.Object
org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
org.apache.skywalking.apm.plugin.spring.mvc.v6.define.AbstractSpring6Instrumentation
org.apache.skywalking.apm.plugin.spring.mvc.v6.define.AbstractControllerInstrumentation
org.apache.skywalking.apm.plugin.spring.mvc.v6.define.RestControllerInstrumentation
-
Field Summary
FieldsFields inherited from class org.apache.skywalking.apm.plugin.spring.mvc.v6.define.AbstractSpring6Instrumentation
WITNESS_CLASSESFields inherited from class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
CONTEXT_ATTR_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.skywalking.apm.plugin.spring.mvc.v6.define.AbstractControllerInstrumentation
enhanceClass, getConstructorsInterceptPoints, getInstanceMethodsInterceptPointsMethods inherited from class org.apache.skywalking.apm.plugin.spring.mvc.v6.define.AbstractSpring6Instrumentation
witnessClassesMethods inherited from class org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
getStaticMethodsInterceptPointsMethods inherited from class org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
enhanceClass, enhanceInstance, getInstanceMethodsInterceptV2Points, getStaticMethodsInterceptV2PointsMethods inherited from class org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
define, enhance, getPluginName, isBootstrapInstrumentation, setPluginName, witnessMethods
-
Field Details
-
ENHANCE_ANNOTATION
- See Also:
-
-
Constructor Details
-
RestControllerInstrumentation
public RestControllerInstrumentation()
-
-
Method Details
-
getEnhanceAnnotations
- Specified by:
getEnhanceAnnotationsin classAbstractControllerInstrumentation
-