Uses of Class
net.bytebuddy.implementation.InvokeDynamic.WithImplicitTarget
Packages that use InvokeDynamic.WithImplicitTarget
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of InvokeDynamic.WithImplicitTarget in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return InvokeDynamic.WithImplicitTargetModifier and TypeMethodDescriptionInvokeDynamic.bootstrap
(Constructor<?> constructor, Object... constant) Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap constructor.InvokeDynamic.bootstrap
(Constructor<?> constructor, List<?> constants) Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap constructor.Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap method.Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap method.InvokeDynamic.bootstrap
(MethodDescription.InDefinedShape bootstrap, Object... constant) Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap method or constructor.InvokeDynamic.bootstrap
(MethodDescription.InDefinedShape bootstrap, List<?> constants) Implements the instrumented method with a dynamic method invocation which is linked at runtime using the specified bootstrap method or constructor.