Uses of Interface
net.bytebuddy.asm.Advice.BootstrapArgumentResolver
Packages that use Advice.BootstrapArgumentResolver
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.BootstrapArgumentResolver in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.BootstrapArgumentResolverModifier and TypeClassDescriptionstatic class
An argument resolver that supplies a default selection of arguments.Fields in net.bytebuddy.asm declared as Advice.BootstrapArgumentResolverModifier and TypeFieldDescriptionprivate final Advice.BootstrapArgumentResolver
Advice.Delegator.ForDynamicInvocation.resolver
A resolver to provide the arguments to the bootstrap method.Methods in net.bytebuddy.asm that return Advice.BootstrapArgumentResolverModifier and TypeMethodDescriptionAdvice.BootstrapArgumentResolver.Factory.resolve
(MethodDescription.InDefinedShape adviceMethod, boolean exit) Creates a bootstrap argument resolver for a given advice.Advice.BootstrapArgumentResolver.ForDefaultValues.Factory.resolve
(MethodDescription.InDefinedShape adviceMethod, boolean exit) Creates a bootstrap argument resolver for a given advice.Constructors in net.bytebuddy.asm with parameters of type Advice.BootstrapArgumentResolverModifierConstructorDescriptionprotected
ForDynamicInvocation
(MethodDescription.InDefinedShape bootstrapMethod, MethodDescription.SignatureToken signatureToken, Advice.BootstrapArgumentResolver resolver) Creates a delegator for a dynamic method invocation.