@HashCodeAndEqualsPlugin.Enhance protected static class MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.ForDynamicInvocation.Factory extends Object implements MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory
Modifier | Constructor and Description |
---|---|
protected |
Factory(MethodDescription.InDefinedShape bootstrapMethod,
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Factory resolverFactory)
Creates a new factory for a dispatcher using a dynamic method invocation.
|
Modifier and Type | Method and Description |
---|---|
MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher |
make(MethodDescription.InDefinedShape delegate)
Creates a dispatcher for a given delegation method.
|
protected Factory(MethodDescription.InDefinedShape bootstrapMethod, MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Factory resolverFactory)
bootstrapMethod
- The bootstrap method.resolverFactory
- A factory for a bootstrap argument resolver.public MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher make(MethodDescription.InDefinedShape delegate)
make
in interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.Dispatcher.Factory
delegate
- The method or constructor to delegate to.Copyright © 2014–2024. All rights reserved.