public static interface Advice.PostProcessor.Factory
Advice.PostProcessor
.Modifier and Type | Interface and Description |
---|---|
static class |
Advice.PostProcessor.Factory.Compound
A compound factory for a post processor.
|
Modifier and Type | Method and Description |
---|---|
Advice.PostProcessor |
make(List<? extends AnnotationDescription> annotations,
TypeDescription returnType,
boolean exit)
Creates a post processor for a given advice method.
|
Advice.PostProcessor make(List<? extends AnnotationDescription> annotations, TypeDescription returnType, boolean exit)
annotations
- The annotations of the advice method.returnType
- The advice method's return type that is being post-processed.exit
- true
if the advice is exit advice.Copyright © 2014–2025. All rights reserved.