Uses of Interface
net.bytebuddy.asm.Advice.BootstrapArgumentResolver
-
Packages that use Advice.BootstrapArgumentResolver Package Description net.bytebuddy.asm 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.BootstrapArgumentResolver Modifier and Type Class Description static class
Advice.BootstrapArgumentResolver.ForDefaultValues
An argument resolver that supplies a default selection of arguments.Fields in net.bytebuddy.asm declared as Advice.BootstrapArgumentResolver Modifier and Type Field Description private Advice.BootstrapArgumentResolver
Advice.Delegator.ForDynamicInvocation. resolver
A resolver to provide the arguments to the bootstrap method.Methods in net.bytebuddy.asm that return Advice.BootstrapArgumentResolver Modifier and Type Method Description Advice.BootstrapArgumentResolver
Advice.BootstrapArgumentResolver.Factory. resolve(MethodDescription.InDefinedShape adviceMethod, boolean exit)
Creates a bootstrap argument resolver for a given advice.Advice.BootstrapArgumentResolver
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.BootstrapArgumentResolver Constructor Description ForDynamicInvocation(MethodDescription.InDefinedShape bootstrapMethod, MethodDescription.SignatureToken signatureToken, Advice.BootstrapArgumentResolver resolver)
Creates a delegator for a dynamic method invocation.
-