public class VariableExpression extends Object implements Expression
CACHE| Constructor and Description |
|---|
VariableExpression(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.atlasmap.v2.Field |
evaluate(ExpressionContext expressionContext)
Execute the expression against the given context.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitclearCache, parsepublic VariableExpression(String name)
public io.atlasmap.v2.Field evaluate(ExpressionContext expressionContext) throws ExpressionException
Expressionevaluate in interface ExpressionexpressionContext - ExpressionContextField represents a resultExpressionException - If evaluation failspublic String getName()
Copyright © 2021 JBoss by Red Hat. All rights reserved.