Interface UnresolvedDependencyResult

All Superinterfaces:
DependencyResult

public interface UnresolvedDependencyResult extends DependencyResult
A dependency that could not be resolved.
Since:
1.3
  • Method Details

    • getAttempted

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

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

      Throwable getFailure()
      The failure that occurred.
      Since:
      1.4