| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticMethodsAroundInterceptor.beforeMethod(Class clazz,
Method method,
Object[] allArguments,
Class<?>[] parameterTypes,
MethodInterceptResult result)
called before target method invocation.
|
void |
InstanceMethodsAroundInterceptor.beforeMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
MethodInterceptResult result)
called before target method invocation.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.