Uses of Interface
org.springframework.beans.factory.support.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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Bean definition reader for XML bean definitions. -
Uses of BeanDefinitionReader in org.springframework.test.context.support
Modifier 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
.