Class FromAiTaggedParameterExtractor
java.lang.Object
io.camunda.zeebe.feel.tagged.impl.FromAiTaggedParameterExtractor
- All Implemented Interfaces:
FunctionInvocationTaggedParameterExtractor
public class FromAiTaggedParameterExtractor
extends Object
implements FunctionInvocationTaggedParameterExtractor
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
FromAiTaggedParameterExtractor
public FromAiTaggedParameterExtractor()
-
-
Method Details
-
functionName
Description copied from interface:FunctionInvocationTaggedParameterExtractorThe function name this extractor is responsible for.- Specified by:
functionNamein interfaceFunctionInvocationTaggedParameterExtractor
-
extract
Description copied from interface:FunctionInvocationTaggedParameterExtractorTransform a function invocation into aTaggedParameter.- Specified by:
extractin interfaceFunctionInvocationTaggedParameterExtractor
-