Class ScalaFeelEngineFactory
java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelEngineFactory
- All Implemented Interfaces:
FeelEngineFactory
-
Field Summary
-
Constructor Summary
ConstructorDescriptionScalaFeelEngineFactory
(List<FeelCustomFunctionProvider> customFunctionProviders) -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of aFeelEngine
.void
setCustomFunctionProviders
(List<FeelCustomFunctionProvider> customFunctionProviders)
-
Field Details
-
customFunctionProviders
-
-
Constructor Details
-
ScalaFeelEngineFactory
public ScalaFeelEngineFactory() -
ScalaFeelEngineFactory
-
-
Method Details
-
createInstance
Description copied from interface:FeelEngineFactory
Create an instance of aFeelEngine
.- Specified by:
createInstance
in interfaceFeelEngineFactory
- Returns:
- the instance of a
FeelEngine
-
setCustomFunctionProviders
-
getCustomFunctionProviders
-