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.-
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.