protected static interface Advice.Delegator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Advice.Delegator.Factory
A factory for creating a
Advice.Delegator. |
static class |
Advice.Delegator.ForDynamicInvocation
Invokes an advice method using a dynamic method call.
|
static class |
Advice.Delegator.ForRegularInvocation
Invokes an advice method using a regular method call.
|
| Modifier and Type | Method and Description |
|---|---|
StackManipulation |
apply(TypeDescription instrumentedType,
MethodDescription instrumentedMethod)
Materializes an invocation.
|
StackManipulation apply(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.Copyright © 2014–2023. All rights reserved.