DependencyResult
public interface UnresolvedDependencyResult extends DependencyResult
Modifier and Type | Method | Description |
---|---|---|
ComponentSelector |
getAttempted() |
Returns the selector that was attempted to be resolved.
|
ComponentSelectionReason |
getAttemptedReason() |
Returns the reasons why the failed selector was attempted.
|
Throwable |
getFailure() |
The failure that occurred.
|
getFrom, getRequested, isConstraint
ComponentSelector getAttempted()
ComponentSelectionReason getAttemptedReason()
Throwable getFailure()