| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.plugin.bootstrap.template | |
| org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance |
| Modifier and Type | Method and Description |
|---|---|
static Object |
StaticMethodInterWithOverrideArgsTemplate.intercept(Class<?> clazz,
Object[] allArguments,
Method method,
OverrideCallable zuper)
Intercept the target static method.
|
static Object |
InstanceMethodInterWithOverrideArgsTemplate.intercept(Object obj,
Object[] allArguments,
OverrideCallable zuper,
Method method)
Intercept the target instance method.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
StaticMethodsInterWithOverrideArgs.intercept(Class<?> clazz,
Object[] allArguments,
Method method,
OverrideCallable zuper)
Intercept the target static method.
|
Object |
InstMethodsInterWithOverrideArgs.intercept(Object obj,
Object[] allArguments,
Method method,
OverrideCallable zuper)
Intercept the target instance method.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.