Uses of Interface
org.springframework.beans.factory.support.BeanDefinitionReader
Packages that use BeanDefinitionReader
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.Support classes for the Spring TestContext Framework.
-
Uses of BeanDefinitionReader in org.springframework.beans.factory.groovy
Classes in org.springframework.beans.factory.groovy that implement BeanDefinitionReaderModifier and TypeClassDescriptionclassA Groovy-based reader for Spring bean definitions: like a Groovy builder, but more of a DSL for Spring configuration. -
Uses of BeanDefinitionReader in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement BeanDefinitionReaderModifier and TypeClassDescriptionclassAbstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.classDeprecated.as of 5.3, in favor of Spring's common bean definition formats and/or custom reader implementations -
Uses of BeanDefinitionReader in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement BeanDefinitionReaderModifier and TypeClassDescriptionclassBean definition reader for XML bean definitions. -
Uses of BeanDefinitionReader in org.springframework.test.context.support
Methods in org.springframework.test.context.support that return BeanDefinitionReaderModifier and TypeMethodDescriptionprotected abstract BeanDefinitionReaderAbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext context) Factory method for creating a newBeanDefinitionReaderfor loading bean definitions into the suppliedcontext.protected BeanDefinitionReaderAnnotationConfigContextLoader.createBeanDefinitionReader(GenericApplicationContext context) AnnotationConfigContextLoadershould be used as aSmartContextLoader, not as a legacyContextLoader.protected BeanDefinitionReaderGenericPropertiesContextLoader.createBeanDefinitionReader(GenericApplicationContext context) Deprecated.Creates a newPropertiesBeanDefinitionReader.protected BeanDefinitionReaderGenericXmlContextLoader.createBeanDefinitionReader(GenericApplicationContext context) Create a newXmlBeanDefinitionReader.