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.DispatcherImplementation.Simple.ForDispatcher.dispatcherThe dispatcher to use.Methods in net.bytebuddy.implementation with parameters of type Implementation.Simple.DispatcherModifier and TypeMethodDescriptionstatic ImplementationImplementation.Simple.of(Implementation.Simple.Dispatcher dispatcher) Resolves a simple implementation that applies the given dispatcher without defining additional local variables.static ImplementationImplementation.Simple.of(Implementation.Simple.Dispatcher dispatcher, int additionalVariableLength) Resolves a simple implementation that applies the given dispatcher.static ImplementationImplementation.Simple.of(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable) Resolves a simple implementation that applies the given dispatcher without defining additional local variables.static ImplementationImplementation.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.DispatcherModifierConstructorDescriptionprotectedForDispatcher(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable, int additionalVariableLength) Creates a new byte code appender for a dispatcher.