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()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2020 JBoss by Red Hat. All rights reserved.