Uses of Interface
org.camunda.bpm.impl.juel.TypeConverter
-
Uses of TypeConverter in org.camunda.bpm.impl.juel
Classes in org.camunda.bpm.impl.juel that implement TypeConverterModifier and TypeClassDescriptionclassBindings, usually created by aTree.classType Conversions as described in EL 2.1 specification (section 1.17).Fields in org.camunda.bpm.impl.juel declared as TypeConverterModifier and TypeFieldDescriptionstatic final TypeConverterTypeConverter.DEFAULTDefault conversions as from JSR245.Methods in org.camunda.bpm.impl.juel that return TypeConverterModifier and TypeMethodDescriptionprotected TypeConverterExpressionFactoryImpl.createTypeConverter(Properties properties) Create the factory's type converter.Methods in org.camunda.bpm.impl.juel with parameters of type TypeConverterModifier and TypeMethodDescriptionstatic final NumberNumberOperations.add(TypeConverter converter, Object o1, Object o2) protected abstract ObjectAstBinary.SimpleOperator.apply(TypeConverter converter, Object o1, Object o2) protected abstract ObjectAstUnary.SimpleOperator.apply(TypeConverter converter, Object o) Tree.bind(jakarta.el.FunctionMapper fnMapper, jakarta.el.VariableMapper varMapper, TypeConverter converter) Create a bindings.static final NumberNumberOperations.div(TypeConverter converter, Object o1, Object o2) static final booleanBooleanOperations.empty(TypeConverter converter, Object o) static final booleanBooleanOperations.eq(TypeConverter converter, Object o1, Object o2) static final booleanBooleanOperations.ge(TypeConverter converter, Object o1, Object o2) static final booleanBooleanOperations.gt(TypeConverter converter, Object o1, Object o2) static final booleanBooleanOperations.le(TypeConverter converter, Object o1, Object o2) static final booleanBooleanOperations.lt(TypeConverter converter, Object o1, Object o2) static final NumberNumberOperations.mod(TypeConverter converter, Object o1, Object o2) static final NumberNumberOperations.mul(TypeConverter converter, Object o1, Object o2) static final booleanBooleanOperations.ne(TypeConverter converter, Object o1, Object o2) static final NumberNumberOperations.neg(TypeConverter converter, Object value) static final NumberNumberOperations.sub(TypeConverter converter, Object o1, Object o2) Constructors in org.camunda.bpm.impl.juel with parameters of type TypeConverterModifierConstructorDescriptionBindings(Method[] functions, jakarta.el.ValueExpression[] variables, TypeConverter converter) Constructor.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, jakarta.el.FunctionMapper functions, jakarta.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> returnType, Class<?>[] paramTypes) Create a new method expression.TreeValueExpression(TreeStore store, jakarta.el.FunctionMapper functions, jakarta.el.VariableMapper variables, TypeConverter converter, String expr, Class<?> type) Create a new value expression.