public class FeelEngineFactoryImpl extends Object implements FeelEngineFactory
| Modifier and Type | Field and Description |
|---|---|
protected FeelEngine |
feelEngine |
static FeelEngineLogger |
LOG |
| Constructor and Description |
|---|
FeelEngineFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected ElContextFactory |
createElContextFactory() |
protected javax.el.ExpressionFactory |
createExpressionFactory() |
protected FeelEngine |
createFeelEngine() |
protected FeelToJuelTransform |
createFeelToJuelTransform() |
FeelEngine |
createInstance()
Create an instance of a
FeelEngine. |
protected FeelTypeConverter |
createTypeConverter() |
public static final FeelEngineLogger LOG
protected FeelEngine feelEngine
public FeelEngine createInstance()
FeelEngineFactoryFeelEngine.createInstance in interface FeelEngineFactoryFeelEngineprotected FeelEngine createFeelEngine()
protected FeelToJuelTransform createFeelToJuelTransform()
protected javax.el.ExpressionFactory createExpressionFactory()
protected FeelTypeConverter createTypeConverter()
protected ElContextFactory createElContextFactory()
Copyright © 2018. All rights reserved.