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