org.springframework.beans.factory.config
Class RuntimeBeanReference
- public class RuntimeBeanReference
Immutable placeholder class used for the value of a PropertyValue
object when it's a reference to another bean in this factory
to be resolved at runtime.
- Author:
- Rod Johnson
| Constructor Summary |
RuntimeBeanReference(String beanName) Create a new RuntimeBeanReference to the given bean name. |
RuntimeBeanReference
public RuntimeBeanReference(String beanName)
- Create a new RuntimeBeanReference to the given bean name.
- Parameters:
- beanName - name of the target bean
getBeanName
public String getBeanName()
- Return the target bean name.
toString
public String toString()
to Class java.lang.String