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

InlineMap

open class InlineMap : SpelNodeImpl

Represent a map in an expression, e.g. '{name:'foo',age:12}'

Author
Andy Clement

Since
4.1

Constructors

<init>

InlineMap(pos: Int, vararg args: SpelNodeImpl)

Functions

getConstantValue

open fun getConstantValue(): MutableMap<Any, Any>

getValueInternal

open fun getValueInternal(expressionState: ExpressionState): TypedValue

isConstant

open fun isConstant(): Boolean

Return whether this list is a constant value.

toStringAST

open fun toStringAST(): String