Interface MemberSubstitution.Substitution.ForMethodInvocation.MethodResolver

    • Method Detail

      • resolve

        MethodDescription resolve​(MemberSubstitution.Target target,
                                  TypeList.Generic parameters,
                                  TypeDescription.Generic result)
        Resolves the method to substitute with.
        Parameters:
        target - The target member of invokedynamic invocation.
        parameters - All parameters that serve as input to this access.
        result - The result that is expected from the interaction or void if no result is expected.
        Returns:
        The field to substitute with.