open class BeanReference : SpelNodeImpl
Represents a bean reference to a type, for example @foo or @'foo.bar'. For a FactoryBean the syntax &foo can be used to access the factory itself.
Author
Andy Clement
BeanReference(pos: Int, beanName: String) |
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun toStringAST(): String |