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
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
protected static class
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected TreeBuilder
createDefaultTreeBuilder
(Builder.Feature... features) void
setAstFunctionCreators
(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
-
Constructor Details
-
FlowableExpressionFactory
public FlowableExpressionFactory()
-
-
Method Details
-
createDefaultTreeBuilder
- Overrides:
createDefaultTreeBuilder
in classExpressionFactoryImpl
-
setAstFunctionCreators
-