public class ExpressionLanguageMapping<T> extends Object implements InputMapping<T>
Environment variables.
http://docs.oracle.com/javaee/7/api/javax/el/package-summary.html
If the mapping uses an unknown variable "foobar" (which has not yet been set in the Environment), an exception will occur:
"ELResolver cannot handle a null base Object with identifier 'foobar'"| Constructor and Description |
|---|
ExpressionLanguageMapping(String expression) |
| Modifier and Type | Method and Description |
|---|---|
T |
evaluate(GraphInstance instance) |
String |
getExpression() |
public ExpressionLanguageMapping(String expression)
public String getExpression()
public T evaluate(GraphInstance instance)
evaluate in interface InputMapping<T>Copyright © 2018. All rights reserved.