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.Resolved
A resolved version of a bootstrap argument handler.
-
Method Summary
Modifier and TypeMethodDescriptionmake
(TypeDescription receiver, ByteCodeElement.Member original, JavaConstant.MethodHandle methodHandle) Returns the constant values to supply to the bootstrap method.
-
Method Details
-
make
List<JavaConstant> make(TypeDescription receiver, ByteCodeElement.Member original, JavaConstant.MethodHandle methodHandle) Returns the constant values to supply to the bootstrap method.- Parameters:
receiver
- The type upon which the substituted element is applied.original
- The substituted element.methodHandle
- A method handle that represents the substituted element.- Returns:
- A list of constant values to supply to the bootstrap method.
-