protected static class FlowableExpressionFactory.FlowableExpressionBuilder extends Builder
Builder.Feature| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FlowableAstFunctionCreator> |
astFunctionCreators |
protected FlowableAstFunctionCreator |
defaultFunctionCreator |
| Modifier | Constructor and Description |
|---|---|
protected |
FlowableExpressionBuilder(Builder.Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator) |
protected Parser |
createParser(String expression) |
FlowableAstFunctionCreator |
getAstFunctionCreator(String functionName) |
Map<String,FlowableAstFunctionCreator> |
getAstFunctionCreators() |
FlowableAstFunctionCreator |
getDefaultFunctionCreator() |
void |
setDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator) |
protected final Map<String,FlowableAstFunctionCreator> astFunctionCreators
protected FlowableAstFunctionCreator defaultFunctionCreator
protected FlowableExpressionBuilder(Builder.Feature... features)
protected Parser createParser(String expression)
createParser in class Builderpublic void addAstFunctionCreator(FlowableAstFunctionCreator astFunctionCreator)
public Map<String,FlowableAstFunctionCreator> getAstFunctionCreators()
public FlowableAstFunctionCreator getAstFunctionCreator(String functionName)
public FlowableAstFunctionCreator getDefaultFunctionCreator()
public void setDefaultFunctionCreator(FlowableAstFunctionCreator defaultFunctionCreator)
Copyright © 2021 Flowable. All rights reserved.