Package io.atlasmap.expression
Interface FunctionResolver
-
public interface FunctionResolverThe function resolver for the expression evaluation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionresolve(String functionName, List<Expression> args)Resolves the function.
-
-
-
Method Detail
-
resolve
Expression resolve(String functionName, List<Expression> args) throws io.atlasmap.expression.parser.ParseException
Resolves the function.- Parameters:
functionName- function nameargs- function arguments- Returns:
- result
- Throws:
io.atlasmap.expression.parser.ParseException- parse error
-
-