| org.springframework.beans.factory.support.AutowireCandidateResolver |
Known Indirect Subclasses
|
Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determine whether a default value is suggested for the given dependency.
| |||||||||||
Determine whether the given bean definition qualifies as an
autowire candidate for the given dependency.
| |||||||||||
Determine whether a default value is suggested for the given dependency.
| descriptor | the descriptor for the target method parameter or field |
|---|
null if none foundDetermine whether the given bean definition qualifies as an autowire candidate for the given dependency.
| bdHolder | the bean definition including bean name and aliases |
|---|---|
| descriptor | the descriptor for the target method parameter or field |