Interface FunctionFactory

All Known Implementing Classes:
BaseFunctionFactory, FILTER, IF, ISEMPTY, LT, SELECT, TOLOWER

public interface FunctionFactory
  • Method Details

    • getName

      String getName()
    • create

      Expression create(List<Expression> args) throws io.atlasmap.expression.parser.ParseException
      Throws:
      io.atlasmap.expression.parser.ParseException