public static interface Advice.PostProcessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
Advice.PostProcessor.Compound
A compound post processor.
|
static interface |
Advice.PostProcessor.Factory
A factory for creating a
Advice.PostProcessor. |
static class |
Advice.PostProcessor.NoOp
A non-operational advice post processor.
|
| Modifier and Type | Method and Description |
|---|---|
StackManipulation |
resolve(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
Assigner assigner,
Advice.ArgumentHandler argumentHandler)
Resolves this post processor for a given instrumented method.
|
StackManipulation resolve(TypeDescription instrumentedType, MethodDescription instrumentedMethod, Assigner assigner, Advice.ArgumentHandler argumentHandler)
instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.assigner - The assigner to use.argumentHandler - The argument handler for the instrumented method.Copyright © 2014–2020. All rights reserved.