| java.lang.Object | |
| ↳ | org.springframework.beans.factory.parsing.AliasDefinition |
Representation of an alias that has been registered during the parsing process.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new AliasDefinition.
| |||||||||||
Create a new AliasDefinition.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the alias registered for the bean.
| |||||||||||
Return the canonical name of the bean.
| |||||||||||
Return the configuration source
Object for this metadata element
(may be null). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.BeanMetadataElement
| |||||||||||
Create a new AliasDefinition.
| beanName | the canonical name of the bean |
|---|---|
| alias | the alias registered for the bean |
Create a new AliasDefinition.
| beanName | the canonical name of the bean |
|---|---|
| alias | the alias registered for the bean |
| source | the source object (may be null)
|
Return the configuration source Object for this metadata element
(may be null).