Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory
-
Packages that use MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory Modifier and Type Class Description protected static classMemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.FactoryA factory for a dynamic method invocation of the dispatcher method or constructor.protected static classMemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation.FactoryA factory for creating a dispatcher for a regular method invocation.Fields in net.bytebuddy.asm declared as MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory Modifier and Type Field Description private MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.FactoryMemberSubstitution.Substitution.Chain.Step.ForDelegation.WithCustomMapping. dispatcherFactoryThe dispatcher factory to use.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory Modifier and Type Method Description protected static MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.FactoryMemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation. of(MethodDescription.InDefinedShape bootstrapMethod, MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Factory resolverFactory)Creates a dispatcher factory for a dynamic method invocation.Methods in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory Modifier and Type Method Description private static MemberSubstitution.Substitution.Chain.Step.Factory<MemberSubstitution.Target>MemberSubstitution.Substitution.Chain.Step.ForDelegation. to(MethodDescription.InDefinedShape delegate, MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory dispatcherFactory, java.util.List<? extends MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Factory<?>> userFactories)Creates an appropriate step factory for the given delegate method, dispatcher factory and user factories.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory Constructor Description WithCustomMapping(MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory dispatcherFactory, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Factory<?>> offsetMappings)Creates a factory for aMemberSubstitution.Substitution.Chain.Step.ForDelegationwith a custom value.
-