Package | Description |
---|---|
org.springframework.beans.factory.groovy |
Support package for Groovy-based bean definitions.
|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
Modifier and Type | Class and Description |
---|---|
class |
GroovyBeanDefinitionReader
A Groovy-based reader for Spring bean definitions: like a Groovy builder,
but more of a DSL for Spring configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesBeanDefinitionReader
Deprecated.
as of 5.3, in favor of Spring's common bean definition formats
and/or custom reader implementations
|
Modifier and Type | Class and Description |
---|---|
class |
XmlBeanDefinitionReader
Bean definition reader for XML bean definitions.
|