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

QualifiedIdentifier

open class QualifiedIdentifier : SpelNodeImpl

Represents a dot separated sequence of strings that indicate a package qualified type reference.

Example: "java.lang.String" as in the expression "new java.lang.String('hello')"

Author
Andy Clement

Since
3.0

Constructors

<init>

QualifiedIdentifier(pos: Int, vararg operands: SpelNodeImpl)

Functions

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

toStringAST

open fun toStringAST(): String