Package net.bytebuddy.asm
Interface Advice.Dispatcher.Bound.ForMethodEnter
-
- All Superinterfaces:
Advice.Dispatcher.Bound
- All Known Implementing Classes:
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodEnter
,Advice.Dispatcher.Inactive
,Advice.Dispatcher.Inlining.Resolved.ForMethodEnter.AdviceMethodInliner
- Enclosing interface:
- Advice.Dispatcher.Bound
public static interface Advice.Dispatcher.Bound.ForMethodEnter extends Advice.Dispatcher.Bound
A bound dispatcher for a method enter.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.bytebuddy.asm.Advice.Dispatcher.Bound
Advice.Dispatcher.Bound.ForMethodEnter, Advice.Dispatcher.Bound.ForMethodExit, Advice.Dispatcher.Bound.SkipHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(Advice.Dispatcher.Bound.SkipHandler skipHandler)
Applies this dispatcher.-
Methods inherited from interface net.bytebuddy.asm.Advice.Dispatcher.Bound
prepare
-
-
-
-
Method Detail
-
apply
void apply(Advice.Dispatcher.Bound.SkipHandler skipHandler)
Applies this dispatcher.- Parameters:
skipHandler
- The skip handler to use.
-
-