Class FlowableExpressionFactory.FlowableExpressionBuilder
java.lang.Object
org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- All Implemented Interfaces:
Serializable
,TreeBuilder
- Enclosing class:
- FlowableExpressionFactory
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
Builder.Feature
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<String,
FlowableAstFunctionCreator> protected FlowableAstFunctionCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAstFunctionCreator
(FlowableAstFunctionCreator astFunctionCreator) protected Parser
createParser
(String expression) getAstFunctionCreator
(String functionName) void
setDefaultFunctionCreator
(FlowableAstFunctionCreator defaultFunctionCreator)
-
Field Details
-
astFunctionCreators
-
defaultFunctionCreator
-
-
Constructor Details
-
FlowableExpressionBuilder
-
-
Method Details
-
createParser
- Overrides:
createParser
in classBuilder
-
addAstFunctionCreator
-
getAstFunctionCreators
-
getAstFunctionCreator
-
getDefaultFunctionCreator
-
setDefaultFunctionCreator
-