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.Bound
A bound resolution of an advice method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
Applies this dispatcher.void
initialize()
Initialized the advice's methods local variables.void
prepare()
Prepares the advice method's exception handlers.
-