Uses of Interface
org.springframework.beans.factory.config.ConfigurableBeanFactory
Packages that use ConfigurableBeanFactory
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.-
Uses of ConfigurableBeanFactory in org.springframework.beans.factory.config
Subinterfaces of ConfigurableBeanFactory in org.springframework.beans.factory.configModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most listable bean factories.Methods in org.springframework.beans.factory.config that return ConfigurableBeanFactoryModifier and TypeMethodDescriptionfinal ConfigurableBeanFactoryBeanExpressionContext.getBeanFactory()Methods in org.springframework.beans.factory.config with parameters of type ConfigurableBeanFactoryModifier and TypeMethodDescriptionvoidConfigurableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) Copy all relevant configuration from the given other factory.Constructors in org.springframework.beans.factory.config with parameters of type ConfigurableBeanFactoryModifierConstructorDescriptionBeanExpressionContext(ConfigurableBeanFactory beanFactory, Scope scope) EmbeddedValueResolver(ConfigurableBeanFactory beanFactory) -
Uses of ConfigurableBeanFactory in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement ConfigurableBeanFactoryModifier and TypeClassDescriptionclassAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.classAbstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.classSpring'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 with parameters of type ConfigurableBeanFactoryModifier and TypeMethodDescriptionvoidAbstractAutowireCapableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) voidAbstractBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory) voidDefaultListableBeanFactory.copyConfigurationFrom(ConfigurableBeanFactory otherFactory)