Package | Description |
---|---|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
Modifier and Type | Method and Description |
---|---|
<T> NamedBeanHolder<T> |
AutowireCapableBeanFactory.resolveNamedBean(Class<T> requiredType)
Resolve the bean instance that uniquely matches the given object type, if any,
including its bean name.
|
Modifier and Type | Method and Description |
---|---|
<T> NamedBeanHolder<T> |
DefaultListableBeanFactory.resolveNamedBean(Class<T> requiredType) |