Package io.atlasmap.expression
Interface ExpressionContext
-
public interface ExpressionContextA Filterable is the object being evaluated by the filters. It provides access to filtered properties.- Version:
- $Revision: 1.4 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.atlasmap.v2.FieldgetVariable(String name)Extracts the named variable.
-
-
-
Method Detail
-
getVariable
io.atlasmap.v2.Field getVariable(String name) throws ExpressionException
Extracts the named variable.- Parameters:
name- variable name- Returns:
Fieldrepresents variable value- Throws:
ExpressionException- If variable cannot be retrieved
-
-