Package net.bytebuddy.asm
Interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved
-
- All Known Implementing Classes:
MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ForDefaultValues.Resolved
- Enclosing interface:
- MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver
public static interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.ResolvedA resolved version of a bootstrap argument handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JavaConstant>make(MemberSubstitution.Target target, JavaConstant.MethodHandle methodHandle)Returns the constant values to supply to the bootstrap method.
-
-
-
Method Detail
-
make
java.util.List<JavaConstant> make(MemberSubstitution.Target target, JavaConstant.MethodHandle methodHandle)
Returns the constant values to supply to the bootstrap method.- Parameters:
target- The target member of invokedynamic invocation.methodHandle- A method handle that represents the substituted element.- Returns:
- A list of constant values to supply to the bootstrap method.
-
-