Class FeelFunctionProvider

java.lang.Object
org.camunda.feel.context.JavaFunctionProvider
io.camunda.zeebe.feel.impl.FeelFunctionProvider
All Implemented Interfaces:
org.camunda.feel.context.CustomFunctionProvider, org.camunda.feel.context.FunctionProvider

public class FeelFunctionProvider extends org.camunda.feel.context.JavaFunctionProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.camunda.feel.context.FunctionProvider

    org.camunda.feel.context.FunctionProvider.CacheFunctionProvider, org.camunda.feel.context.FunctionProvider.CacheFunctionProvider$, org.camunda.feel.context.FunctionProvider.CompositeFunctionProvider, org.camunda.feel.context.FunctionProvider.CompositeFunctionProvider$, org.camunda.feel.context.FunctionProvider.EmptyFunctionProvider$, org.camunda.feel.context.FunctionProvider.StaticFunctionProvider, org.camunda.feel.context.FunctionProvider.StaticFunctionProvider$
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Optional<org.camunda.feel.context.JavaFunction>
    resolveFunction(String functionName)
     
    List<org.camunda.feel.context.JavaFunction>
    resolveFunctions(String functionName)
     

    Methods inherited from class org.camunda.feel.context.JavaFunctionProvider

    functionNames, getFunction, getFunctions, getFunctions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FeelFunctionProvider

      public FeelFunctionProvider()
  • Method Details

    • resolveFunction

      public Optional<org.camunda.feel.context.JavaFunction> resolveFunction(String functionName)
      Specified by:
      resolveFunction in class org.camunda.feel.context.JavaFunctionProvider
    • getFunctionNames

      public Collection<String> getFunctionNames()
      Specified by:
      getFunctionNames in class org.camunda.feel.context.JavaFunctionProvider
    • resolveFunctions

      public List<org.camunda.feel.context.JavaFunction> resolveFunctions(String functionName)
      Overrides:
      resolveFunctions in class org.camunda.feel.context.JavaFunctionProvider