Uses of Class
net.bytebuddy.implementation.InvokeDynamic.WithImplicitType
Packages that use InvokeDynamic.WithImplicitType
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of InvokeDynamic.WithImplicitType in net.bytebuddy.implementation
Subclasses of InvokeDynamic.WithImplicitType in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected 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.Methods in net.bytebuddy.implementation that return InvokeDynamic.WithImplicitTypeModifier and TypeMethodDescriptionInvokeDynamic.AbstractDelegator.withArgument
(int index) Passes a parameter of the instrumented method to the bootstrapped method.InvokeDynamic.withArgument
(int index) Passes a parameter of the instrumented method to the bootstrapped method.Passes the values of the specified fields to the bootstrap method.InvokeDynamic.AbstractDelegator.withField
(String name, FieldLocator.Factory fieldLocatorFactory) Passes the values of the specified fields to the bootstrap method.Passes the values of the specified fields to the bootstrap method.InvokeDynamic.withField
(String name, FieldLocator.Factory fieldLocatorFactory) Passes the values of the specified fields to the bootstrap method.InvokeDynamic.AbstractDelegator.withReference
(Object value) Requires the bootstrap method to bootstrap a method that takes the specified argument as its next parameter while allowing to specify the value to be of a different type than the actual instance type.InvokeDynamic.withReference
(Object value) Requires the bootstrap method to bootstrap a method that takes the specified argument as its next parameter while allowing to specify the value to be of a different type than the actual instance type.