| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanDefinitionDefaults | |
|---|---|
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| Uses of BeanDefinitionDefaults in org.springframework.beans.factory.support | 
|---|
| Methods in org.springframework.beans.factory.support with parameters of type BeanDefinitionDefaults | |
|---|---|
|  void | AbstractBeanDefinition.applyDefaults(BeanDefinitionDefaults defaults)Apply the provided default values to this bean. | 
| Uses of BeanDefinitionDefaults in org.springframework.beans.factory.xml | 
|---|
| Methods in org.springframework.beans.factory.xml that return BeanDefinitionDefaults | |
|---|---|
|  BeanDefinitionDefaults | BeanDefinitionParserDelegate.getBeanDefinitionDefaults()Return the default settings for bean definitions as indicated within the attributes of the top-level <beans/>element. | 
| Uses of BeanDefinitionDefaults in org.springframework.context.annotation | 
|---|
| Methods in org.springframework.context.annotation with parameters of type BeanDefinitionDefaults | |
|---|---|
|  void | ClassPathBeanDefinitionScanner.setBeanDefinitionDefaults(BeanDefinitionDefaults beanDefinitionDefaults)Set the defaults to use for detected beans. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||