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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Abstract base class for bean definition readers which implement theBeanDefinitionReader
interface.class
Deprecated.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 TypeClassDescriptionclass
Bean 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 BeanDefinitionReader
AbstractGenericContextLoader.createBeanDefinitionReader
(GenericApplicationContext context) Factory method for creating a newBeanDefinitionReader
for loading bean definitions into the suppliedcontext
.protected BeanDefinitionReader
AnnotationConfigContextLoader.createBeanDefinitionReader
(GenericApplicationContext context) AnnotationConfigContextLoader
should be used as aSmartContextLoader
, not as a legacyContextLoader
.protected BeanDefinitionReader
GenericXmlContextLoader.createBeanDefinitionReader
(GenericApplicationContext context) Create a newXmlBeanDefinitionReader
.