Uses of Interface
net.bytebuddy.implementation.Implementation.Simple.Dispatcher
-
Packages that use Implementation.Simple.Dispatcher Package Description net.bytebuddy.implementation 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.Dispatcher Modifier and Type Field Description private Implementation.Simple.Dispatcher
Implementation.Simple.ForDispatcher. dispatcher
The dispatcher to use.Methods in net.bytebuddy.implementation with parameters of type Implementation.Simple.Dispatcher Modifier and Type Method Description static 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.Dispatcher Constructor Description ForDispatcher(Implementation.Simple.Dispatcher dispatcher, InstrumentedType.Prepareable prepareable, int additionalVariableLength)
Creates a new byte code appender for a dispatcher.
-