open class RuntimeBeanReference : BeanReference
Immutable placeholder class used for a property value object when it's a reference to another bean in the factory, to be resolved at runtime.
Author
Rod Johnson
Author
Juergen Hoeller
See Also
BeanDefinition#getPropertyValues()org.springframework.beans.factory.BeanFactory#getBean
RuntimeBeanReference(beanName: String)
Create a new RuntimeBeanReference to the given bean name, without explicitly marking it as reference to a bean in the parent factory. RuntimeBeanReference(beanName: String, toParent: Boolean)
Create a new RuntimeBeanReference to the given bean name, with the option to mark it as reference to a bean in the parent factory. |
open fun equals(other: Any?): Boolean |
|
open fun getBeanName(): String |
|
open fun getSource(): Any |
|
open fun hashCode(): Int |
|
open fun isToParent(): Boolean
Return whether this is an explicit reference to a bean in the parent factory. |
|
open fun setSource(source: Any): Unit
Set the configuration source The exact type of the object will depend on the configuration mechanism used. |
|
open fun toString(): String |