Interface FunctionInvocationTaggedParameterExtractor
- All Known Implementing Classes:
FromAiTaggedParameterExtractor
public interface FunctionInvocationTaggedParameterExtractor
Function specific parameter extractor.
-
Method Summary
Modifier and TypeMethodDescriptionextract(org.camunda.feel.syntaxtree.FunctionInvocation functionInvocation) Transform a function invocation into aTaggedParameter.The function name this extractor is responsible for.
-
Method Details
-
functionName
String functionName()The function name this extractor is responsible for. -
extract
Transform a function invocation into aTaggedParameter.
-