open class RuntimeBeanNameReference : BeanReference
Immutable placeholder class used for a property value object when it's a reference to another bean name in the factory, to be resolved at runtime.
Author
Juergen Hoeller
Since
2.0
See Also
RuntimeBeanReferenceBeanDefinition#getPropertyValues()org.springframework.beans.factory.BeanFactory#getBean
RuntimeBeanNameReference(beanName: String)
Create a new RuntimeBeanNameReference to the given bean name. |
open fun equals(other: Any?): Boolean |
|
open fun getBeanName(): String |
|
open fun getSource(): Any |
|
open fun hashCode(): Int |
|
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 |