Package io.atlasmap.core
Class DefaultAtlasFunctionResolver
java.lang.Object
io.atlasmap.core.DefaultAtlasFunctionResolver
- All Implemented Interfaces:
FunctionResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultAtlasFunctionResolver
resolve
(String name, List<Expression> args)
-
Constructor Details
-
DefaultAtlasFunctionResolver
public DefaultAtlasFunctionResolver()
-
-
Method Details
-
getInstance
-
resolve
public Expression resolve(String name, List<Expression> args) throws io.atlasmap.expression.parser.ParseException - Specified by:
resolve
in interfaceFunctionResolver
- Throws:
io.atlasmap.expression.parser.ParseException
-