Uses of Class
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Package
Description
Classes supporting the
org.springframework.beans.factory
package.-
Uses of AbstractAutowireCapableBeanFactory in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclass
Spring's default implementation of theConfigurableListableBeanFactory
andBeanDefinitionRegistry
interfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.ModifierConstructorDescriptionBeanDefinitionValueResolver
(AbstractAutowireCapableBeanFactory beanFactory, String beanName, BeanDefinition beanDefinition) Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition using a defaultTypeConverter
.BeanDefinitionValueResolver
(AbstractAutowireCapableBeanFactory beanFactory, String beanName, BeanDefinition beanDefinition, TypeConverter typeConverter) Create a BeanDefinitionValueResolver for the given BeanFactory and BeanDefinition, using the givenTypeConverter
.