Package net.bytebuddy.asm
Interface Advice.Dispatcher.Bound
-
- All Known Implementing Classes:
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter,Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodEnter,Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodExit,Advice.Dispatcher.Inactive,Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner
- Enclosing interface:
- Advice.Dispatcher
public static interface Advice.Dispatcher.BoundA bound resolution of an advice method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply()Applies this dispatcher.voidinitialize()Initialized the advice's methods local variables.voidprepare()Prepares the advice method's exception handlers.
-