Package io.atlasmap.expression
Interface FunctionResolver
-
public interface FunctionResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionresolve(String functionName, List<Expression> args)
-
-
-
Method Detail
-
resolve
Expression resolve(String functionName, List<Expression> args) throws io.atlasmap.expression.parser.ParseException
- Throws:
io.atlasmap.expression.parser.ParseException
-
-