Uses of Class
org.flowable.common.engine.impl.javax.el.FunctionMapper
Packages that use FunctionMapper
Package
Description
-
Uses of FunctionMapper in org.flowable.common.engine.impl.de.odysseus.el
Constructors in org.flowable.common.engine.impl.de.odysseus.el with parameters of type FunctionMapperModifierConstructorDescriptionTreeMethodExpression
(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. -
Uses of FunctionMapper in org.flowable.common.engine.impl.de.odysseus.el.tree
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree with parameters of type FunctionMapperModifier and TypeMethodDescriptionTree.bind
(FunctionMapper fnMapper, VariableMapper varMapper) Create a bindings.Tree.bind
(FunctionMapper fnMapper, VariableMapper varMapper, TypeConverter converter) Create a bindings. -
Uses of FunctionMapper in org.flowable.common.engine.impl.de.odysseus.el.util
Methods in org.flowable.common.engine.impl.de.odysseus.el.util that return FunctionMapper -
Uses of FunctionMapper in org.flowable.common.engine.impl.el
Subclasses of FunctionMapper in org.flowable.common.engine.impl.elModifier and TypeClassDescriptionclass
A date function mapper that can be used in EL expressionsMethods in org.flowable.common.engine.impl.el that return FunctionMapperModifier and TypeMethodDescriptionFlowableElContext.getFunctionMapper()
ParsingElContext.getFunctionMapper()
-
Uses of FunctionMapper in org.flowable.common.engine.impl.javax.el
Methods in org.flowable.common.engine.impl.javax.el that return FunctionMapperModifier and TypeMethodDescriptionabstract FunctionMapper
ELContext.getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext.