|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
This is just a minimal interface: The main intention is to allow BeanFactoryPostProcessors (like PropertyPlaceholderConfigurer) to access and modify property values.
ConfigurableBeanFactory.getBeanDefinition(java.lang.String),
BeanFactoryPostProcessor,
PropertyPlaceholderConfigurer,
RootBeanDefinition,
ChildBeanDefinition| Method Summary | |
ConstructorArgumentValues |
getConstructorArgumentValues()
Return the constructor argument values for this bean. |
MutablePropertyValues |
getPropertyValues()
Return the PropertyValues to be applied to a new instance of the bean. |
java.lang.String |
getResourceDescription()
Return a description of the resource that this bean definition came from (for the purpose of showing context in case of errors). |
| Method Detail |
public MutablePropertyValues getPropertyValues()
public ConstructorArgumentValues getConstructorArgumentValues()
public java.lang.String getResourceDescription()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||