Package io.atlasmap.expression
Interface ExpressionContext
public interface ExpressionContext
A Filterable is the object being evaluated by the filters. It provides
access to filtered properties.
- Version:
- $Revision: 1.4 $
-
Method Summary
-
Method Details
-
getVariable
Extracts the named variable.- Parameters:
name
- variable name- Returns:
Field
represents variable value- Throws:
ExpressionException
- If variable cannot be retrieved
-