Interface FunctionInvocationTaggedParameterExtractor

All Known Implementing Classes:
FromAiTaggedParameterExtractor

public interface FunctionInvocationTaggedParameterExtractor
Function specific parameter extractor.
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(org.camunda.feel.syntaxtree.FunctionInvocation functionInvocation)
    Transform a function invocation into a TaggedParameter.
    The function name this extractor is responsible for.
  • Method Details

    • functionName

      String functionName()
      The function name this extractor is responsible for.
    • extract

      TaggedParameter extract(org.camunda.feel.syntaxtree.FunctionInvocation functionInvocation)
      Transform a function invocation into a TaggedParameter.