| java.lang.Object | |
| ↳ | org.springframework.beans.factory.parsing.AbstractComponentDefinition |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Base implementation of ComponentDefinition that provides a basic implementation of
getDescription() which delegates to getName(). Also provides a base implementation
of toString() which delegates to getDescription() in keeping with the recommended
implementation strategy. Also provides default implementations of getInnerBeanDefinitions()
and getBeanReferences() that return an empty array.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an empty array.
| |||||||||||
Returns an empty array.
| |||||||||||
Delegates to
getName(). | |||||||||||
Returns an empty array.
| |||||||||||
Delegates to
getDescription(). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.BeanMetadataElement
| |||||||||||
From interface
org.springframework.beans.factory.parsing.ComponentDefinition
| |||||||||||
Returns an empty array.
Returns an empty array.
Returns an empty array.