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

    • Method Detail

      • apply

        StackManipulation apply​(TypeDescription receiver,
                                ByteCodeElement.Member original,
                                JavaConstant.MethodHandle methodHandle)
        Creates a stack manipulation for a given substitution target.
        Parameters:
        receiver - The type upon which the substituted element is invoked upon.
        original - The substituted element.
        methodHandle - A method handle that describes the invocation.
        Returns:
        A stack manipulation that executes the represented delegation.