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 class
Representation of anInvokeDynamic
implementation where the bootstrapped method is passed athis
reference, if available, and any arguments of the instrumented method.static 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.static class
AnInvokeDynamic
invocation where the last argument is assigned its implicit type.protected static class
An invoke dynamic implementation where the last argument is an implicitly typed method argument.protected static class
An invoke dynamic implementation where the last argument is an implicitly typed field value.protected static class
A step in the invoke dynamic domain specific language that allows to explicitly specify a field type for a reference value.