public static interface Advice.PostProcessor.Factory
Advice.PostProcessor.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Advice.PostProcessor.Factory.CompoundA compound factory for a post processor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Advice.PostProcessor | make(MethodDescription.InDefinedShape advice,
    boolean exit)Creates a post processor for a given advice method. | 
Advice.PostProcessor make(MethodDescription.InDefinedShape advice, boolean exit)
advice - The advice method to create the post processor for.exit - true if the advice is exit advice.Copyright © 2014–2023. All rights reserved.