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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders) -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.dmn.feel.impl.FeelEnginevoidsetCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)
-
Field Details
-
customFunctionProviders
-
-
Constructor Details
-
ScalaFeelEngineFactory
public ScalaFeelEngineFactory() -
ScalaFeelEngineFactory
-
-
Method Details
-
createInstance
public org.camunda.bpm.dmn.feel.impl.FeelEngine createInstance()- Specified by:
createInstancein interfaceorg.camunda.bpm.dmn.feel.impl.FeelEngineFactory
-
setCustomFunctionProviders
-
getCustomFunctionProviders
-