InvokeDynamic.WithImplicitType |
InvokeDynamic.AbstractDelegator.withArgument(int index) |
Passes a parameter of the instrumented method to the bootstrapped method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.withArgument(int index) |
Passes a parameter of the instrumented method to the bootstrapped method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.AbstractDelegator.withField(java.lang.String name) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.AbstractDelegator.withField(java.lang.String name,
FieldLocator.Factory fieldLocatorFactory) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.withField(java.lang.String name) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.withField(java.lang.String name,
FieldLocator.Factory fieldLocatorFactory) |
Passes the values of the specified fields to the bootstrap method.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.AbstractDelegator.withReference(java.lang.Object value) |
Requires the bootstrap method to bootstrap a method that takes the specified argument as its next parameter while
allowing to specify the value to be of a different type than the actual instance type.
|
InvokeDynamic.WithImplicitType |
InvokeDynamic.withReference(java.lang.Object value) |
Requires the bootstrap method to bootstrap a method that takes the specified argument as its next parameter while
allowing to specify the value to be of a different type than the actual instance type.
|