Interface FunctionResolver


  • public interface FunctionResolver
    The function resolver for the expression evaluation.
    • Method Detail

      • resolve

        Expression resolve​(String functionName,
                           List<Expression> args)
                    throws io.atlasmap.expression.parser.ParseException
        Resolves the function.
        Parameters:
        functionName - function name
        args - function arguments
        Returns:
        result
        Throws:
        io.atlasmap.expression.parser.ParseException - parse error