Uses of Class
net.bytebuddy.implementation.InvokeDynamic.WithImplicitArguments
Packages that use InvokeDynamic.WithImplicitArguments
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of InvokeDynamic.WithImplicitArguments in net.bytebuddy.implementation
Subclasses of InvokeDynamic.WithImplicitArguments in net.bytebuddy.implementationModifier and TypeClassDescriptionstatic class
Representation of anInvokeDynamic
implementation where the bootstrapped method is passed athis
reference, if available, and any arguments of the instrumented method and where the invocation target is implicit.Methods in net.bytebuddy.implementation that return InvokeDynamic.WithImplicitArgumentsModifier and TypeMethodDescriptionRequests the bootstrap method to bind a method with the given return type.Requests the bootstrap method is passed the given method name.Requests the bootstrap method to bind a method with the given return type.InvokeDynamic.WithImplicitTarget.invoke
(String methodName, TypeDescription returnType) Requests the bootstrap method to bind a method with the given return type.InvokeDynamic.WithImplicitTarget.invoke
(TypeDescription returnType) Requests the bootstrap method to bind a method with the given return type.Creates a lambda expression using the JVM's lambda meta factory.InvokeDynamic.lambda
(Method method, Type functionalInterface, MethodGraph.Compiler methodGraphCompiler) Creates a lambda expression using the JVM's lambda meta factory.InvokeDynamic.lambda
(MethodDescription.InDefinedShape methodDescription, TypeDefinition functionalInterface) Creates a lambda expression using the JVM's lambda meta factory.InvokeDynamic.lambda
(MethodDescription.InDefinedShape methodDescription, TypeDefinition functionalInterface, MethodGraph.Compiler methodGraphCompiler) Creates a lambda expression using the JVM's lambda meta factory.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.