Uses of Class
net.bytebuddy.implementation.InvokeDynamic.AbstractDelegator
-
Packages that use InvokeDynamic.AbstractDelegator Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of InvokeDynamic.AbstractDelegator in net.bytebuddy.implementation
Subclasses of InvokeDynamic.AbstractDelegator in net.bytebuddy.implementation Modifier and Type Class Description static classInvokeDynamic.WithImplicitArgumentsRepresentation of anInvokeDynamicimplementation where the bootstrapped method is passed athisreference, if available, and any arguments of the instrumented method.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.static classInvokeDynamic.WithImplicitTypeAnInvokeDynamicinvocation where the last argument is assigned its implicit type.protected static classInvokeDynamic.WithImplicitType.OfArgumentAn invoke dynamic implementation where the last argument is an implicitly typed method argument.protected static classInvokeDynamic.WithImplicitType.OfFieldAn invoke dynamic implementation where the last argument is an implicitly typed field value.protected static classInvokeDynamic.WithImplicitType.OfInstanceA step in the invoke dynamic domain specific language that allows to explicitly specify a field type for a reference value.
-