public interface Expression
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
io.atlasmap.v2.Field |
evaluate(ExpressionContext expressionContext)
Execute the expression against the given context.
|
static Expression |
parse(String expessionText,
FunctionResolver functionResolver) |
static final LRUCache cache
io.atlasmap.v2.Field evaluate(ExpressionContext expressionContext) throws ExpressionException
expressionContext - ExpressionContextField represents a resultExpressionException - If evaluation failsstatic Expression parse(String expessionText, FunctionResolver functionResolver) throws ExpressionException
ExpressionExceptionstatic void clearCache()
Copyright © 2020 JBoss by Red Hat. All rights reserved.