static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(Constructor<?> constructor,
Object... constant) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap constructor.
|
static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(Constructor<?> constructor,
List<?> constants) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap constructor.
|
static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(Method method,
Object... constant) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap method.
|
static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(Method method,
List<?> constants) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap method.
|
static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(MethodDescription.InDefinedShape bootstrap,
Object... constant) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap method or constructor.
|
static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(MethodDescription.InDefinedShape bootstrap,
List<?> constants) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap method or constructor.
|