@NonNullApi @NonNullFields
See: Description
| Interface | Description | 
|---|---|
| BeanWiringInfoResolver | Strategy interface to be implemented by objects than can resolve bean name
 information, given a newly instantiated bean object. | 
| Class | Description | 
|---|---|
| BeanConfigurerSupport | Convenient base class for bean configurers that can perform Dependency Injection
 on objects (however they may be created). | 
| BeanWiringInfo | Holder for bean wiring metadata information about a particular class. | 
| ClassNameBeanWiringInfoResolver | Simple default implementation of the  BeanWiringInfoResolverinterface,
 looking for a bean with the same name as the fully-qualified class name. |