Uses of Class
org.springframework.beans.factory.support.AbstractBeanDefinitionReader
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 AbstractBeanDefinitionReader 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 AbstractBeanDefinitionReader in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclass
Deprecated.as of 5.3, in favor of Spring's common bean definition formats and/or custom reader implementations -
Uses of AbstractBeanDefinitionReader in org.springframework.beans.factory.xml
Modifier and TypeClassDescriptionclass
Bean definition reader for XML bean definitions.