Uses of Interface
net.bytebuddy.asm.Advice.BootstrapArgumentResolver.Factory
Packages that use Advice.BootstrapArgumentResolver.Factory
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.BootstrapArgumentResolver.Factory in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement Advice.BootstrapArgumentResolver.FactoryModifier and TypeClassDescriptionstatic enum
A factory for creating aAdvice.BootstrapArgumentResolver.ForDefaultValues
.Fields in net.bytebuddy.asm declared as Advice.BootstrapArgumentResolver.FactoryModifier and TypeFieldDescriptionprivate final Advice.BootstrapArgumentResolver.Factory
Advice.Delegator.ForDynamicInvocation.Factory.resolverFactory
A resolver factory to provide the arguments to the bootstrap method.Methods in net.bytebuddy.asm with parameters of type Advice.BootstrapArgumentResolver.FactoryModifier and TypeMethodDescriptionAdvice.WithCustomMapping.bootstrap
(Constructor<?> constructor, Advice.BootstrapArgumentResolver.Factory resolverFactory) Defines the supplied constructor as a dynamic invocation bootstrap target for delegating advice methods.Advice.WithCustomMapping.bootstrap
(Method method, Advice.BootstrapArgumentResolver.Factory resolver) Defines the supplied method as a dynamic invocation bootstrap target for delegating advice methods.Advice.WithCustomMapping.bootstrap
(Method method, Advice.BootstrapArgumentResolver.Factory resolver, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Defines the supplied method as a dynamic invocation bootstrap target for delegating advice methods.Advice.WithCustomMapping.bootstrap
(MethodDescription.InDefinedShape bootstrap, Advice.BootstrapArgumentResolver.Factory resolverFactory) Defines the supplied method or constructor as a dynamic invocation bootstrap target for delegating advice methods.Advice.WithCustomMapping.bootstrap
(MethodDescription.InDefinedShape bootstrap, Advice.BootstrapArgumentResolver.Factory resolverFactory, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Defines the supplied method or constructor as a dynamic invocation bootstrap target for delegating advice methods.protected static Advice.Delegator.Factory
Advice.Delegator.ForDynamicInvocation.of
(MethodDescription.InDefinedShape bootstrapMethod, Advice.BootstrapArgumentResolver.Factory resolverFactory, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Creates a new dynamic invocation delegator.Constructors in net.bytebuddy.asm with parameters of type Advice.BootstrapArgumentResolver.FactoryModifierConstructorDescriptionprotected
Factory
(MethodDescription.InDefinedShape bootstrapMethod, Advice.BootstrapArgumentResolver.Factory resolverFactory, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor) Creates a factory for a dynamic invocation dispatcher.