Package | Description |
---|---|
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. |
org.springframework.context.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanDefinition.applyDefaults(BeanDefinitionDefaults defaults)
Apply the provided default values to this bean.
|
Modifier and Type | Method and Description |
---|---|
BeanDefinitionDefaults |
BeanDefinitionParserDelegate.getBeanDefinitionDefaults()
Return the default settings for bean definitions as indicated within
the attributes of the top-level
<beans/> element. |
Modifier and Type | Method and Description |
---|---|
BeanDefinitionDefaults |
ClassPathBeanDefinitionScanner.getBeanDefinitionDefaults()
Return the defaults to use for detected beans (never
null ). |
Modifier and Type | Method and Description |
---|---|
void |
ClassPathBeanDefinitionScanner.setBeanDefinitionDefaults(BeanDefinitionDefaults beanDefinitionDefaults)
Set the defaults to use for detected beans.
|