Uses of Class
net.bytebuddy.implementation.InvokeDynamic.AbstractDelegator
Packages that use InvokeDynamic.AbstractDelegator
Package
Description
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.implementationModifier and TypeClassDescriptionstatic classRepresentation of anInvokeDynamicimplementation where the bootstrapped method is passed athisreference, if available, and any arguments of the instrumented method.static classRepresentation 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 classAnInvokeDynamicinvocation where the last argument is assigned its implicit type.protected static classAn invoke dynamic implementation where the last argument is an implicitly typed method argument.protected static classAn invoke dynamic implementation where the last argument is an implicitly typed field value.protected static classA step in the invoke dynamic domain specific language that allows to explicitly specify a field type for a reference value.