Uses of Interface
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher
Packages that use MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement MemberSubstitution.Substitution.Chain.Step.ForDelegation.DispatcherModifier and TypeClassDescriptionstatic class
A method dispatcher that is using a dynamic method invocation.static class
A dispatcher that invokes a delegate method directly.Fields in net.bytebuddy.asm declared as MemberSubstitution.Substitution.Chain.Step.ForDelegation.DispatcherModifier and TypeFieldDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.Factory.dispatcher
The dispatcher to use for invoking the delegate.Methods in net.bytebuddy.asm that return MemberSubstitution.Substitution.Chain.Step.ForDelegation.DispatcherModifier and TypeMethodDescriptionMemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory.make
(MethodDescription.InDefinedShape delegate) Creates a dispatcher for a given delegation method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Factory.make
(MethodDescription.InDefinedShape delegate) Creates a dispatcher for a given delegation method.MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation.Factory.make
(MethodDescription.InDefinedShape delegate) Creates a dispatcher for a given delegation method.Constructors in net.bytebuddy.asm with parameters of type MemberSubstitution.Substitution.Chain.Step.ForDelegation.DispatcherModifierConstructorDescriptionprotected
Factory
(MethodDescription.InDefinedShape delegate, MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher dispatcher, List<? extends MemberSubstitution.Substitution.Chain.Step.ForDelegation.OffsetMapping.Factory<?>> factories) Creates a new factory for a delegating step.