| org.springframework.beans.factory.config.BeanReference |
Known Indirect Subclasses
| |||||||||||||||
Interface that exposes a reference to a bean name in an abstract fashion. This interface does not necessarily imply a reference to an actual bean instance; it just expresses a logical reference to the name of a bean.
Serves as common interface implemented by any kind of bean reference
holder, such as RuntimeBeanReference and
RuntimeBeanNameReference.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the target bean name that this reference points to (never
null). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.beans.BeanMetadataElement
| |||||||||||
Return the target bean name that this reference points to (never null).
