Uses of Class
net.bytebuddy.implementation.InvokeDynamic.WithImplicitArguments
-
Packages that use InvokeDynamic.WithImplicitArguments Package Description net.bytebuddy.implementation 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.implementation Modifier and Type Class Description static classInvokeDynamic.WithImplicitTargetRepresentation of anInvokeDynamicimplementation where the bootstrapped method is passed athisreference, if available, and any arguments of the instrumented method and where the invocation target is implicit.Methods in net.bytebuddy.implementation that return InvokeDynamic.WithImplicitArguments Modifier and Type Method Description InvokeDynamic.WithImplicitArgumentsInvokeDynamic.WithImplicitTarget. invoke(java.lang.Class<?> returnType)Requests the bootstrap method to bind a method with the given return type.InvokeDynamic.WithImplicitArgumentsInvokeDynamic.WithImplicitTarget. invoke(java.lang.String methodName)Requests the bootstrap method is passed the given method name.InvokeDynamic.WithImplicitArgumentsInvokeDynamic.WithImplicitTarget. invoke(java.lang.String methodName, java.lang.Class<?> returnType)Requests the bootstrap method to bind a method with the given return type.InvokeDynamic.WithImplicitArgumentsInvokeDynamic.WithImplicitTarget. invoke(java.lang.String methodName, TypeDescription returnType)Requests the bootstrap method to bind a method with the given return type.InvokeDynamic.WithImplicitArgumentsInvokeDynamic.WithImplicitTarget. invoke(TypeDescription returnType)Requests the bootstrap method to bind a method with the given return type.InvokeDynamic.WithImplicitArgumentsInvokeDynamic.WithImplicitArguments. withAssigner(Assigner assigner, Assigner.Typing typing)
-