public final class ExpressionUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Any |
evaluateParameter(Any param,
AnyMap topLevelValues)
Transforms a map with value expressions into a map with strings as value.
|
static AnyMap |
evaluateParameters(AnyMap map)
Transforms a map with value expressions into a map with strings as value.
|
static AnyMap |
evaluateParameters(java.util.Map<java.lang.String,ValueExpression> map)
Transforms a map with value expressions into a map with strings as value.
|
public static AnyMap evaluateParameters(java.util.Map<java.lang.String,ValueExpression> map)
map - The to be transformed mappublic static AnyMap evaluateParameters(AnyMap map)
map - The to be transformed map