open class InlineMap : SpelNodeImpl
Represent a map in an expression, e.g. '{name:'foo',age:12}'
Author
Andy Clement
Since
4.1
InlineMap(pos: Int, vararg args: SpelNodeImpl) |
open fun getConstantValue(): MutableMap<Any, Any> |
|
open fun getValueInternal(expressionState: ExpressionState): TypedValue |
|
open fun isConstant(): Boolean
Return whether this list is a constant value. |
|
open fun toStringAST(): String |