InvokeDynamic.WithImplicitArguments |
InvokeDynamic.WithImplicitTarget.invoke(java.lang.Class<?> returnType) |
Requests the bootstrap method to bind a method with the given return type.
|
InvokeDynamic.WithImplicitArguments |
InvokeDynamic.WithImplicitTarget.invoke(java.lang.String methodName) |
Requests the bootstrap method is passed the given method name.
|
InvokeDynamic.WithImplicitArguments |
InvokeDynamic.WithImplicitTarget.invoke(java.lang.String methodName,
java.lang.Class<?> returnType) |
Requests the bootstrap method to bind a method with the given return type.
|
InvokeDynamic.WithImplicitArguments |
InvokeDynamic.WithImplicitTarget.invoke(java.lang.String methodName,
TypeDescription returnType) |
Requests the bootstrap method to bind a method with the given return type.
|
InvokeDynamic.WithImplicitArguments |
InvokeDynamic.WithImplicitTarget.invoke(TypeDescription returnType) |
Requests the bootstrap method to bind a method with the given return type.
|
static InvokeDynamic.WithImplicitArguments |
InvokeDynamic.lambda(java.lang.reflect.Method method,
java.lang.Class<?> functionalInterface) |
Creates a lambda expression using the JVM's lambda meta factory.
|
static InvokeDynamic.WithImplicitArguments |
InvokeDynamic.lambda(java.lang.reflect.Method method,
java.lang.Class<?> functionalInterface,
MethodGraph.Compiler methodGraphCompiler) |
Creates a lambda expression using the JVM's lambda meta factory.
|
static InvokeDynamic.WithImplicitArguments |
InvokeDynamic.lambda(MethodDescription.InDefinedShape methodDescription,
TypeDescription functionalInterface) |
Creates a lambda expression using the JVM's lambda meta factory.
|
static InvokeDynamic.WithImplicitArguments |
InvokeDynamic.lambda(MethodDescription.InDefinedShape methodDescription,
TypeDescription functionalInterface,
MethodGraph.Compiler methodGraphCompiler) |
Creates a lambda expression using the JVM's lambda meta factory.
|
InvokeDynamic.WithImplicitArguments |
InvokeDynamic.WithImplicitArguments.withAssigner(Assigner assigner,
Assigner.Typing typing) |
Instructs this implementation to use the provided assigner and decides if the assigner should apply
dynamic typing.
|