public class ScalaFeelEngineFactory extends Object implements FeelEngineFactory
Modifier and Type | Field and Description |
---|---|
protected List<FeelCustomFunctionProvider> |
customFunctionProviders |
Constructor and Description |
---|
ScalaFeelEngineFactory() |
ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders) |
Modifier and Type | Method and Description |
---|---|
FeelEngine |
createInstance()
Create an instance of a
FeelEngine . |
List<FeelCustomFunctionProvider> |
getCustomFunctionProviders() |
void |
setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders) |
protected List<FeelCustomFunctionProvider> customFunctionProviders
public ScalaFeelEngineFactory()
public ScalaFeelEngineFactory(List<FeelCustomFunctionProvider> customFunctionProviders)
public FeelEngine createInstance()
FeelEngineFactory
FeelEngine
.createInstance
in interface FeelEngineFactory
FeelEngine
public void setCustomFunctionProviders(List<FeelCustomFunctionProvider> customFunctionProviders)
public List<FeelCustomFunctionProvider> getCustomFunctionProviders()
Copyright © 2022. All rights reserved.