Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Method and 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,
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.
|
static Implementation |
Implementation.Simple.of(Implementation.Simple.Dispatcher dispatcher,
int additionalVariableLength)
Resolves a simple implementation that applies the given dispatcher.
|
Constructor and Description |
---|
ForDispatcher(Implementation.Simple.Dispatcher dispatcher,
InstrumentedType.Prepareable prepareable,
int additionalVariableLength)
Creates a new byte code appender for a dispatcher.
|
Copyright © 2014–1970. All rights reserved.