Uses of Interface
net.bytebuddy.asm.Advice.Dispatcher
Packages that use Advice.Dispatcher
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.Dispatcher in net.bytebuddy.asm
Subinterfaces of Advice.Dispatcher in net.bytebuddy.asmModifier and TypeInterfaceDescriptionstatic interface
Represents a resolved dispatcher.static interface
Represents a resolved dispatcher for entering a method.static interface
Represents a resolved dispatcher for exiting a method.static interface
A dispatcher that is not yet resolved.Classes in net.bytebuddy.asm that implement Advice.DispatcherModifier and TypeClassDescriptionstatic class
A dispatcher for an advice method that is being invoked from the instrumented method.protected static class
A resolved version of a dispatcher.protected static class
A resolved dispatcher for implementing method enter advice.protected static class
Implementation of an advice that does not expose an enter type.protected static class
Implementation of an advice that does expose an enter type.protected static class
A resolved dispatcher for implementing method exit advice.protected static class
Implementation of exit advice that handles exceptions.protected static class
Implementation of exit advice that ignores exceptions.static enum
An implementation for inactive devise that does not write any byte code.static class
A dispatcher for an advice method that is being inlined into the instrumented method.protected static class
A resolved version of a dispatcher.protected static class
A resolved dispatcher for implementing method enter advice.protected static class
Implementation of an advice that does not expose an enter type.protected static class
Implementation of an advice that does expose an enter type.protected static class
A resolved dispatcher for implementing method exit advice.protected static class
Implementation of exit advice that handles exceptions.protected static class
Implementation of exit advice that ignores exceptions.static class
An abstract base implementation of aAdvice.Dispatcher.Resolved
dispatcher.