Uses of Interface
org.springframework.beans.factory.support.BeanDefinitionRegistry
Packages that use BeanDefinitionRegistry
Package
Description
Support package for Groovy-based bean definitions.
Classes supporting the
org.springframework.beans.factory package.Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Uses of BeanDefinitionRegistry in org.springframework.beans.factory.groovy
Constructors in org.springframework.beans.factory.groovy with parameters of type BeanDefinitionRegistryModifierConstructorDescriptionCreate a newGroovyBeanDefinitionReaderfor the givenBeanDefinitionRegistry. -
Uses of BeanDefinitionRegistry in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement BeanDefinitionRegistryModifier and TypeClassDescriptionclassSpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.classSimple implementation of theBeanDefinitionRegistryinterface.Methods in org.springframework.beans.factory.support that return BeanDefinitionRegistryModifier and TypeMethodDescriptionfinal BeanDefinitionRegistryAbstractBeanDefinitionReader.getRegistry()BeanDefinitionReader.getRegistry()Return the bean factory to register the bean definitions with.Methods in org.springframework.beans.factory.support with parameters of type BeanDefinitionRegistryModifier and TypeMethodDescriptionstatic StringBeanDefinitionReaderUtils.generateBeanName(BeanDefinition beanDefinition, BeanDefinitionRegistry registry) Generate a bean name for the given top-level bean definition, unique within the given bean factory.static StringBeanDefinitionReaderUtils.generateBeanName(BeanDefinition definition, BeanDefinitionRegistry registry, boolean isInnerBean) Generate a bean name for the given bean definition, unique within the given bean factory.BeanNameGenerator.generateBeanName(BeanDefinition definition, BeanDefinitionRegistry registry) Generate a bean name for the given bean definition.DefaultBeanNameGenerator.generateBeanName(BeanDefinition definition, BeanDefinitionRegistry registry) voidBeanDefinitionRegistryPostProcessor.postProcessBeanDefinitionRegistry(BeanDefinitionRegistry registry) Modify the application context's internal bean definition registry after its standard initialization.static voidBeanDefinitionReaderUtils.registerBeanDefinition(BeanDefinitionHolder definitionHolder, BeanDefinitionRegistry registry) Register the given bean definition with the given bean factory.static StringBeanDefinitionReaderUtils.registerWithGeneratedName(AbstractBeanDefinition definition, BeanDefinitionRegistry registry) Register the given bean definition with a generated name, unique within the given bean factory.static StringBeanDefinitionReaderUtils.uniqueBeanName(String beanName, BeanDefinitionRegistry registry) Turn the given bean name into a unique bean name for the given bean factory, appending a unique counter as suffix if necessary.Constructors in org.springframework.beans.factory.support with parameters of type BeanDefinitionRegistryModifierConstructorDescriptionprotectedCreate a new AbstractBeanDefinitionReader for the given bean factory.Deprecated.Create new PropertiesBeanDefinitionReader for the given bean factory. -
Uses of BeanDefinitionRegistry in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml that return BeanDefinitionRegistryModifier and TypeMethodDescriptionParserContext.getRegistry()final BeanDefinitionRegistryXmlReaderContext.getRegistry()Return the bean definition registry to use.Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionRegistryModifier and TypeMethodDescriptionprotected voidAbstractBeanDefinitionParser.registerBeanDefinition(BeanDefinitionHolder definition, BeanDefinitionRegistry registry) Constructors in org.springframework.beans.factory.xml with parameters of type BeanDefinitionRegistryModifierConstructorDescriptionCreate new XmlBeanDefinitionReader for the given bean factory.