Class ScalaFeelEngineFactory

java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelEngineFactory
All Implemented Interfaces:
org.camunda.bpm.dmn.feel.impl.FeelEngineFactory

public class ScalaFeelEngineFactory extends Object implements org.camunda.bpm.dmn.feel.impl.FeelEngineFactory
  • Field Details

  • Constructor Details

    • ScalaFeelEngineFactory

      public ScalaFeelEngineFactory()
    • ScalaFeelEngineFactory

      public ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders)
  • Method Details

    • createInstance

      public org.camunda.bpm.dmn.feel.impl.FeelEngine createInstance()
      Specified by:
      createInstance in interface org.camunda.bpm.dmn.feel.impl.FeelEngineFactory
    • setCustomFunctionProviders

      public void setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)
    • getCustomFunctionProviders

      public List<FeelCustomFunctionProvider> getCustomFunctionProviders()