Uses of Interface
org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverter
-
-
Uses of TypeConverter in org.flowable.common.engine.impl.de.odysseus.el
Fields in org.flowable.common.engine.impl.de.odysseus.el declared as TypeConverter Modifier and Type Field Description protected TypeConverterExpressionFactoryImpl. converterMethods in org.flowable.common.engine.impl.de.odysseus.el that return TypeConverter Modifier and Type Method Description protected TypeConverterExpressionFactoryImpl. createTypeConverter(Properties properties)Create the factory's type converter.Constructors in org.flowable.common.engine.impl.de.odysseus.el with parameters of type TypeConverter Constructor Description ExpressionFactoryImpl(Properties properties, TypeConverter converter)Create a new expression factory using the default builder and cache implementations.ExpressionFactoryImpl(ExpressionFactoryImpl.Profile profile, Properties properties, TypeConverter converter)Create a new expression factory using the default builder and cache implementations.ExpressionFactoryImpl(TreeStore store, TypeConverter converter)Create a new expression factory.ObjectValueExpression(TypeConverter converter, Object object, Class<?> type)Wrap an object into a value expression.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. -
Uses of TypeConverter in org.flowable.common.engine.impl.de.odysseus.el.misc
Classes in org.flowable.common.engine.impl.de.odysseus.el.misc that implement TypeConverter Modifier and Type Class Description classTypeConverterImplType Conversions as described in EL 2.1 specification (section 1.17).Fields in org.flowable.common.engine.impl.de.odysseus.el.misc declared as TypeConverter Modifier and Type Field Description static TypeConverterTypeConverter. DEFAULTDefault conversions as from JSR245.Methods in org.flowable.common.engine.impl.de.odysseus.el.misc with parameters of type TypeConverter Modifier and Type Method Description static NumberNumberOperations. add(TypeConverter converter, Object o1, Object o2)static NumberNumberOperations. div(TypeConverter converter, Object o1, Object o2)static booleanBooleanOperations. empty(TypeConverter converter, Object o)static booleanBooleanOperations. eq(TypeConverter converter, Object o1, Object o2)static booleanBooleanOperations. ge(TypeConverter converter, Object o1, Object o2)static booleanBooleanOperations. gt(TypeConverter converter, Object o1, Object o2)static booleanBooleanOperations. le(TypeConverter converter, Object o1, Object o2)static booleanBooleanOperations. lt(TypeConverter converter, Object o1, Object o2)static NumberNumberOperations. mod(TypeConverter converter, Object o1, Object o2)static NumberNumberOperations. mul(TypeConverter converter, Object o1, Object o2)static booleanBooleanOperations. ne(TypeConverter converter, Object o1, Object o2)static NumberNumberOperations. neg(TypeConverter converter, Object value)static NumberNumberOperations. sub(TypeConverter converter, Object o1, Object o2) -
Uses of TypeConverter in org.flowable.common.engine.impl.de.odysseus.el.tree
Classes in org.flowable.common.engine.impl.de.odysseus.el.tree that implement TypeConverter Modifier and Type Class Description classBindingsBindings, usually created by aTree.Methods in org.flowable.common.engine.impl.de.odysseus.el.tree with parameters of type TypeConverter Modifier and Type Method Description BindingsTree. bind(FunctionMapper fnMapper, VariableMapper varMapper, TypeConverter converter)Create a bindings.Constructors in org.flowable.common.engine.impl.de.odysseus.el.tree with parameters of type TypeConverter Constructor Description Bindings(Method[] functions, ValueExpression[] variables, TypeConverter converter)Constructor. -
Uses of TypeConverter in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
Methods in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast with parameters of type TypeConverter Modifier and Type Method Description protected abstract ObjectAstBinary.SimpleOperator. apply(TypeConverter converter, Object o1, Object o2)protected abstract ObjectAstUnary.SimpleOperator. apply(TypeConverter converter, Object o)
-