Uses of Interface
org.springframework.beans.factory.config.SingletonBeanRegistry
Packages that use SingletonBeanRegistry Package Description org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories.org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of SingletonBeanRegistry in org.springframework.beans.factory.config
Subinterfaces of SingletonBeanRegistry in org.springframework.beans.factory.config Modifier and Type Interface Description interfaceConfigurableBeanFactoryConfiguration interface to be implemented by most bean factories.interfaceConfigurableListableBeanFactoryConfiguration interface to be implemented by most listable bean factories.Uses of SingletonBeanRegistry in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement SingletonBeanRegistry Modifier and Type Class Description classAbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.classAbstractBeanFactoryAbstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.classDefaultListableBeanFactorySpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.classDefaultSingletonBeanRegistryGeneric registry for shared bean instances, implementing theSingletonBeanRegistry.classFactoryBeanRegistrySupportSupport base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.Uses of SingletonBeanRegistry in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement SingletonBeanRegistry Modifier and Type Class Description classXmlBeanFactoryDeprecated.as of Spring 3.1 in favor ofDefaultListableBeanFactoryandXmlBeanDefinitionReader