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 class
InvokeDynamic.WithImplicitTarget
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.WithImplicitArguments Modifier and Type Method Description 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.InvokeDynamic.WithImplicitArguments
InvokeDynamic.WithImplicitArguments. withAssigner(Assigner assigner, Assigner.Typing typing)
-