Interface MemberSubstitution.Substitution.Chain.Step.ForDelegation.BootstrapArgumentResolver.Resolved

    • Method Detail

      • make

        java.util.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.