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 interfaceRepresents a resolved dispatcher.static interfaceRepresents a resolved dispatcher for entering a method.static interfaceRepresents a resolved dispatcher for exiting a method.static interfaceA dispatcher that is not yet resolved.Classes in net.bytebuddy.asm that implement Advice.DispatcherModifier and TypeClassDescriptionstatic classA dispatcher for an advice method that is being invoked from the instrumented method.protected static classA resolved version of a dispatcher.protected static classA resolved dispatcher for implementing method enter advice.protected static classImplementation of an advice that does not expose an enter type.protected static classImplementation of an advice that does expose an enter type.protected static classA resolved dispatcher for implementing method exit advice.protected static classImplementation of exit advice that handles exceptions.protected static classImplementation of exit advice that ignores exceptions.static enumAn implementation for inactive devise that does not write any byte code.static classA dispatcher for an advice method that is being inlined into the instrumented method.protected static classA resolved version of a dispatcher.protected static classA resolved dispatcher for implementing method enter advice.protected static classImplementation of an advice that does not expose an enter type.protected static classImplementation of an advice that does expose an enter type.protected static classA resolved dispatcher for implementing method exit advice.protected static classImplementation of exit advice that handles exceptions.protected static classImplementation of exit advice that ignores exceptions.static classAn abstract base implementation of aAdvice.Dispatcher.Resolveddispatcher.