| Constructor and Description |
|---|
TreeMethodExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> returnType,
Class<?>[] paramTypes)
Create a new method expression.
|
TreeValueExpression(TreeStore store,
FunctionMapper functions,
VariableMapper variables,
TypeConverter converter,
String expr,
Class<?> type)
Create a new value expression.
|
| Modifier and Type | Method and Description |
|---|---|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper)
Create a bindings.
|
Bindings |
Tree.bind(FunctionMapper fnMapper,
VariableMapper varMapper,
TypeConverter converter)
Create a bindings.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
SimpleContext.getFunctionMapper()
Get our function mapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableFunctionMapper
A date function mapper that can be used in EL expressions
|
| Modifier and Type | Method and Description |
|---|---|
FunctionMapper |
FlowableElContext.getFunctionMapper() |
FunctionMapper |
ParsingElContext.getFunctionMapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext.
|
Copyright © 2019 Flowable. All rights reserved.