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 TypeMethodDescriptionvoidaddAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator) protected ParsercreateParser(String expression) getAstFunctionCreator(String functionName) voidsetDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator)
-
Field Details
-
astFunctionCreators
-
defaultFunctionCreator
-
-
Constructor Details
-
FlowableExpressionBuilder
-
-
Method Details
-
createParser
- Overrides:
createParserin classBuilder
-
addAstFunctionCreator
-
getAstFunctionCreators
-
getAstFunctionCreator
-
getDefaultFunctionCreator
-
setDefaultFunctionCreator
-