public static class ExpressionCache.EvaluationResult extends Object
Modifier and Type | Field and Description |
---|---|
ExpressionContext |
context
The context that was used to evaluate the expression.
|
Object |
value
The value to which the expression evaluated.
|
Constructor and Description |
---|
ExpressionCache.EvaluationResult() |
public Object value
public ExpressionContext context
value
field to a Value
with context.toValue()
.Copyright © 2016 The Apache Software Foundation. All rights reserved.