| Package | Description |
|---|---|
| org.springframework.beans.factory.annotation |
Support package for annotation-driven bean configuration.
|
| org.springframework.beans.factory.wiring |
Mechanism to determine bean wiring metadata from a bean instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanWiringInfo |
AnnotationBeanWiringInfoResolver.buildWiringInfo(java.lang.Object beanInstance,
Configurable annotation)
Build the
BeanWiringInfo for the given Configurable annotation. |
BeanWiringInfo |
AnnotationBeanWiringInfoResolver.resolveWiringInfo(java.lang.Object beanInstance) |
| Modifier and Type | Method and Description |
|---|---|
BeanWiringInfo |
BeanWiringInfoResolver.resolveWiringInfo(java.lang.Object beanInstance)
Resolve the BeanWiringInfo for the given bean instance.
|
BeanWiringInfo |
ClassNameBeanWiringInfoResolver.resolveWiringInfo(java.lang.Object beanInstance) |