Uses of Interface
net.bytebuddy.asm.Advice.BootstrapArgumentResolver.Factory
-
Packages that use Advice.BootstrapArgumentResolver.Factory Package Description net.bytebuddy.asm 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.Factory Modifier and Type Class Description static class
Advice.BootstrapArgumentResolver.ForDefaultValues.Factory
A factory for creating aAdvice.BootstrapArgumentResolver.ForDefaultValues
.Fields in net.bytebuddy.asm declared as Advice.BootstrapArgumentResolver.Factory Modifier and Type Field Description private 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.Factory Modifier and Type Method Description Advice.WithCustomMapping
Advice.WithCustomMapping. bootstrap(java.lang.reflect.Constructor<?> constructor, Advice.BootstrapArgumentResolver.Factory resolverFactory)
Defines the supplied constructor as a dynamic invocation bootstrap target for delegating advice methods.Advice.WithCustomMapping
Advice.WithCustomMapping. bootstrap(java.lang.reflect.Method method, Advice.BootstrapArgumentResolver.Factory resolver)
Defines the supplied method as a dynamic invocation bootstrap target for delegating advice methods.Advice.WithCustomMapping
Advice.WithCustomMapping. bootstrap(java.lang.reflect.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
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
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.Factory Constructor Description Factory(MethodDescription.InDefinedShape bootstrapMethod, Advice.BootstrapArgumentResolver.Factory resolverFactory, TypeDescription.Generic.Visitor<? extends TypeDescription.Generic> visitor)
Creates a factory for a dynamic invocation dispatcher.
-