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 Modifier and Type Field Description protected List<FeelCustomFunctionProvider>customFunctionProviders
-
Constructor Summary
Constructors Constructor Description ScalaFeelEngineFactory()ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.bpm.dmn.feel.impl.FeelEnginecreateInstance()List<FeelCustomFunctionProvider>getCustomFunctionProviders()voidsetCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)
-
-
-
Field Detail
-
customFunctionProviders
protected List<FeelCustomFunctionProvider> customFunctionProviders
-
-
Constructor Detail
-
ScalaFeelEngineFactory
public ScalaFeelEngineFactory()
-
ScalaFeelEngineFactory
public ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders)
-
-
Method Detail
-
createInstance
public org.camunda.bpm.dmn.feel.impl.FeelEngine createInstance()
- Specified by:
createInstancein interfaceorg.camunda.bpm.dmn.feel.impl.FeelEngineFactory
-
setCustomFunctionProviders
public void setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)
-
getCustomFunctionProviders
public List<FeelCustomFunctionProvider> getCustomFunctionProviders()
-
-