Uses of Class
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
Packages that use AbstractAutowireCapableBeanFactory
Package
Description
Classes supporting the
org.springframework.beans.factory package.-
Uses of AbstractAutowireCapableBeanFactory in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclassSpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.Constructors in org.springframework.beans.factory.support with parameters of type AbstractAutowireCapableBeanFactoryModifierConstructorDescriptionBeanDefinitionValueResolver(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.