Class ScalaFeelEngineFactory
- java.lang.Object
-
- org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelEngineFactory
-
- All Implemented Interfaces:
FeelEngineFactory
public class ScalaFeelEngineFactory extends Object implements 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 FeelEngine
createInstance()
Create an instance of aFeelEngine
.List<FeelCustomFunctionProvider>
getCustomFunctionProviders()
void
setCustomFunctionProviders(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 FeelEngine createInstance()
Description copied from interface:FeelEngineFactory
Create an instance of aFeelEngine
.- Specified by:
createInstance
in interfaceFeelEngineFactory
- Returns:
- the instance of a
FeelEngine
-
setCustomFunctionProviders
public void setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)
-
getCustomFunctionProviders
public List<FeelCustomFunctionProvider> getCustomFunctionProviders()
-
-