Uses of Interface
net.bytebuddy.implementation.Implementation.Simple.Dispatcher
Packages that use Implementation.Simple.Dispatcher
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of Implementation.Simple.Dispatcher in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as Implementation.Simple.DispatcherModifier and TypeFieldDescriptionprivate final Implementation.Simple.Dispatcher
Implementation.Simple.ForDispatcher.dispatcher
The dispatcher to use.Methods in net.bytebuddy.implementation with parameters of type Implementation.Simple.DispatcherModifier and TypeMethodDescriptionstatic Implementation
Implementation.Simple.of
(Implementation.Simple.Dispatcher dispatcher) Resolves a simple implementation that applies the given dispatcher without defining additional local variables.static Implementation
Implementation.Simple.of
(Implementation.Simple.Dispatcher dispatcher, int additionalVariableLength) Resolves a simple implementation that applies the given dispatcher.static Implementation
Implementation.Simple.of
(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable) Resolves a simple implementation that applies the given dispatcher without defining additional local variables.static Implementation
Implementation.Simple.of
(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable, int additionalVariableLength) Resolves a simple implementation that applies the given dispatcher.Constructors in net.bytebuddy.implementation with parameters of type Implementation.Simple.DispatcherModifierConstructorDescriptionprotected
ForDispatcher
(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable, int additionalVariableLength) Creates a new byte code appender for a dispatcher.