DependencyResultpublic 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, isConstraintComponentSelector getAttempted()
ComponentSelectionReason getAttemptedReason()
Throwable getFailure()