Interface MethodRebaseResolver.Resolution

    • Method Detail

      • isRebased

        boolean isRebased()
        Checks if this resolution represents a rebased method.
        Returns:
        true if this resolution requires to rebase a method.
      • getResolvedMethod

        MethodDescription.InDefinedShape getResolvedMethod()
        Returns the resolved method if this resolution represents a rebased method or the original method.
        Returns:
        The resolved method if this resolution represents a rebased method or the original method.
      • getPrependedParameters

        TypeList getPrependedParameters()
        A rebased method might require additional arguments in order to create a distinct signature.
        Returns:
        A list of prepended method parameters.