| Constructor and Description | 
|---|
| MapExpressionMethods()Instantiates a new map expression methods. | 
| MapExpressionMethods(EvaluationContext evaluationContext)Instantiates a new map expression methods with
 a  EvaluationContextwhich is expected to be
 aStandardEvaluationContext. | 
public MapExpressionMethods()
public MapExpressionMethods(EvaluationContext evaluationContext)
EvaluationContext which is expected to be
 a StandardEvaluationContext.evaluationContext - the passed evaluation contextpublic <T> T getValue(Expression expression, Map<String,Object> map, Class<T> desiredResultType) throws EvaluationException
T - the generic return typeexpression - the expressionmap - the map to evaluate againstdesiredResultType - the desired result typeEvaluationException - the evaluation exception