| Package | Description |
|---|---|
| net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeDynamic.WithImplicitArgumentType |
InvokeDynamic.withArgument(int index)
Passes a parameter of the instrumented method to the bootstrapped method.
|
InvokeDynamic.WithImplicitArgumentType |
InvokeDynamic.AbstractDelegator.withArgument(int index) |
Copyright © 2014–2016. All rights reserved.