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