Package net.bytebuddy.asm
Interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory
- All Known Implementing Classes:
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Factory
,MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForRegularInvocation.Factory
- Enclosing interface:
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher
public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory
A factory for creating a dispatcher.
-
Method Summary
Modifier and TypeMethodDescriptionmake
(MethodDescription.InDefinedShape delegate) Creates a dispatcher for a given delegation method.
-
Method Details
-
make
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher make(MethodDescription.InDefinedShape delegate) Creates a dispatcher for a given delegation method.- Parameters:
delegate
- The method or constructor to delegate to.- Returns:
- An appropriate dispatcher.
-