Class FlowableExpressionFactory
- java.lang.Object
-
- org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
- org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
- org.flowable.common.engine.impl.el.FlowableExpressionFactory
-
public class FlowableExpressionFactory extends ExpressionFactoryImpl
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classFlowableExpressionFactory.FlowableExpressionBuilderprotected static classFlowableExpressionFactory.FlowableExpressionParserImpl-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
ExpressionFactoryImpl.Profile
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
converter, PROP_CACHE_SIZE, PROP_IGNORE_RETURN_TYPE, PROP_METHOD_INVOCATIONS, PROP_NULL_PROPERTIES, PROP_VAR_ARGS, store
-
-
Constructor Summary
Constructors Constructor Description FlowableExpressionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TreeBuildercreateDefaultTreeBuilder(Builder.Feature... features)voidsetAstFunctionCreators(Collection<FlowableAstFunctionCreator> astFunctionCreators)-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
coerceToType, createMethodExpression, createTreeBuilder, createTreeStore, createTypeConverter, createValueExpression, createValueExpression
-
Methods inherited from class org.flowable.common.engine.impl.javax.el.ExpressionFactory
newInstance, newInstance
-
-
-
-
Method Detail
-
createDefaultTreeBuilder
protected TreeBuilder createDefaultTreeBuilder(Builder.Feature... features)
- Overrides:
createDefaultTreeBuilderin classExpressionFactoryImpl
-
setAstFunctionCreators
public void setAstFunctionCreators(Collection<FlowableAstFunctionCreator> astFunctionCreators)
-
-