Uses of Interface
org.springframework.beans.factory.HierarchicalBeanFactory
Packages that use HierarchicalBeanFactory
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.-
Uses of HierarchicalBeanFactory in org.springframework.beans.factory.config
Subinterfaces of HierarchicalBeanFactory in org.springframework.beans.factory.configModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most bean factories.interfaceConfiguration interface to be implemented by most listable bean factories. -
Uses of HierarchicalBeanFactory in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement HierarchicalBeanFactoryModifier 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.