Interface UnresolvedDependencyResult

    • Method Detail

      • getAttempted

        ComponentSelector getAttempted()
        Returns the selector that was attempted to be resolved. This may not be the same as the requested component.
      • getAttemptedReason

        ComponentSelectionReason getAttemptedReason()
        Returns the reasons why the failed selector was attempted.
      • getFailure

        java.lang.Throwable getFailure()
        The failure that occurred.