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, wait
clearCache, parse
public VariableExpression(String name)
public io.atlasmap.v2.Field evaluate(ExpressionContext expressionContext) throws ExpressionException
Expression
evaluate
in interface Expression
expressionContext
- ExpressionContext
Field
represents a resultExpressionException
- If evaluation failspublic String getName()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2020 JBoss by Red Hat. All rights reserved.