Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher.Bound
-
Packages that use Advice.Dispatcher.Bound Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.Dispatcher.Bound in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.Dispatcher.Bound Modifier and Type Class Description protected static class
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter
A bound advice method that copies the code by first extracting the exception table and later appending the code of the method without copying any meta data.protected static class
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodEnter
An advice method writer for a method enter.protected static class
Advice.Dispatcher.Delegating.Resolved.AdviceMethodWriter.ForMethodExit
An advice method writer for a method exit.static class
Advice.Dispatcher.Inactive
An implementation for inactive devise that does not write any byte code.protected class
Advice.Dispatcher.Inlining.Resolved.AdviceMethodInliner
A bound advice method that copies the code by first extracting the exception table and later appending the code of the method without copying any meta data.Fields in net.bytebuddy.asm declared as Advice.Dispatcher.Bound Modifier and Type Field Description protected Advice.Dispatcher.Bound
Advice.AdviceVisitor. methodExit
The dispatcher to be used for method exit.
-