Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver
Packages that use MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolverModifier and TypeClassDescriptionstatic class
An implementation that supplies a default set of arguments to a bootstrap method.Fields in net.bytebuddy.asm declared as MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolverModifier and TypeFieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.resolver
A resolver for supplying arguments to the bootstrap method.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolverModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Factory.make
(MethodDescription.InDefinedShape delegate) Creates a bootstrap argument resolver for a given delegation method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues.Factory.make
(MethodDescription.InDefinedShape delegate) Creates a bootstrap argument resolver for a given delegation method.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolverModifierConstructorDescriptionprotected
ForDynamicInvocation
(MethodDescription.InDefinedShape bootstrapMethod, MethodDescription.InDefinedShape delegate, MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver resolver) Creates a dispatcher for a dynamic method invocation.