Uses of Interface
org.springframework.beans.factory.config.ConfigurableListableBeanFactory
Packages that use ConfigurableListableBeanFactory
Package
Description
Support package for annotation-driven bean configuration.
AOT support for bean factories.
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.-
Uses of ConfigurableListableBeanFactory in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation with parameters of type ConfigurableListableBeanFactoryModifier and TypeMethodDescriptionvoidCustomAutowireConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) -
Uses of ConfigurableListableBeanFactory in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot with parameters of type ConfigurableListableBeanFactoryModifier and TypeMethodDescriptionBeanFactoryInitializationAotProcessor.processAheadOfTime(ConfigurableListableBeanFactory beanFactory) Process the givenConfigurableListableBeanFactoryinstance ahead-of-time and return a contribution ornull. -
Uses of ConfigurableListableBeanFactory in org.springframework.beans.factory.config
Methods in org.springframework.beans.factory.config with parameters of type ConfigurableListableBeanFactoryModifier and TypeMethodDescriptionprotected voidPropertyOverrideConfigurer.applyPropertyValue(ConfigurableListableBeanFactory factory, String beanName, String property, String value) Apply the given property value to the corresponding bean.protected voidPlaceholderConfigurerSupport.doProcessProperties(ConfigurableListableBeanFactory beanFactoryToProcess, org.springframework.util.StringValueResolver valueResolver) voidBeanFactoryPostProcessor.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) Modify the application context's internal bean factory after its standard initialization.voidCustomEditorConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) voidCustomScopeConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) voidDeprecatedBeanWarner.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) voidPropertyResourceConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) protected voidPropertyOverrideConfigurer.processKey(ConfigurableListableBeanFactory factory, String key, String value) Process the given key as 'beanName.property' entry.protected voidPropertyOverrideConfigurer.processProperties(ConfigurableListableBeanFactory beanFactory, Properties props) protected voidPropertyPlaceholderConfigurer.processProperties(ConfigurableListableBeanFactory beanFactoryToProcess, Properties props) Deprecated.Visit each bean definition in the given bean factory and attempt to replace ${...} property placeholders with values from the given properties.protected abstract voidPropertyResourceConfigurer.processProperties(ConfigurableListableBeanFactory beanFactory, Properties props) Apply the given Properties to the given BeanFactory. -
Uses of ConfigurableListableBeanFactory in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement ConfigurableListableBeanFactoryModifier and TypeClassDescriptionclassSpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.Methods in org.springframework.beans.factory.support that return ConfigurableListableBeanFactoryModifier and TypeMethodDescriptionRegisteredBean.getBeanFactory()Return the bean factory containing the bean.Methods in org.springframework.beans.factory.support with parameters of type ConfigurableListableBeanFactoryModifier and TypeMethodDescriptionstatic RegisteredBeanRegisteredBean.of(ConfigurableListableBeanFactory beanFactory, String beanName) Create a newRegisteredBeaninstance for a regular bean.default voidBeanDefinitionRegistryPostProcessor.postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) Empty implementation ofBeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)since customBeanDefinitionRegistryPostProcessorimplementations will typically only provide aBeanDefinitionRegistryPostProcessor.postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry)method.SimpleAutowireCandidateResolver.resolveAutowireCandidates(ConfigurableListableBeanFactory lbf, Class<T> type) Resolve a map of all beans of the given type, also picking up beans defined in ancestor bean factories, with the specific condition that each bean actually has autowire candidate status.SimpleAutowireCandidateResolver.resolveAutowireCandidates(ConfigurableListableBeanFactory lbf, Class<T> type, boolean includeNonSingletons, boolean allowEagerInit) Resolve a map of all beans of the given type, also picking up beans defined in ancestor bean factories, with the specific condition that each bean actually has autowire candidate status.