static InvokeDynamic.WithImplicitTarget |
InvokeDynamic.bootstrap(java.lang.reflect.Constructor<?> constructor,
java.lang.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(java.lang.reflect.Constructor<?> constructor,
java.util.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(java.lang.reflect.Method method,
java.lang.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(java.lang.reflect.Method method,
java.util.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,
java.lang.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,
java.util.List<?> constants) |
Implements the instrumented method with a dynamic method invocation which is linked at runtime using the
specified bootstrap method or constructor.
|