spring-framework / org.springframework.expression.spel.ast / BeanReference

BeanReference

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

Constructors

<init>

BeanReference(pos: Int, beanName: String)

Functions

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

toStringAST

open fun toStringAST(): String