Class FeelFunctionMapper
- java.lang.Object
-
- javax.el.FunctionMapper
-
- org.camunda.bpm.dmn.feel.impl.juel.el.FeelFunctionMapper
-
public class FeelFunctionMapper extends javax.el.FunctionMapper
-
-
Field Summary
Fields Modifier and Type Field Description protected static SimpleDateFormat
FEEL_DATE_AND_TIME_FORMAT
static String
JUEL_DATE_AND_TIME_METHOD
static FeelEngineLogger
LOG
protected static Map<String,Method>
methods
-
Constructor Summary
Constructors Constructor Description FeelFunctionMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static Method
getMethod(String name, Class<?>... parameterTypes)
static Date
parseDateAndTime(String dateAndTimeString)
Method
resolveFunction(String prefix, String localName)
-
-
-
Field Detail
-
LOG
public static final FeelEngineLogger LOG
-
FEEL_DATE_AND_TIME_FORMAT
protected static final SimpleDateFormat FEEL_DATE_AND_TIME_FORMAT
-
JUEL_DATE_AND_TIME_METHOD
public static final String JUEL_DATE_AND_TIME_METHOD
- See Also:
- Constant Field Values
-
-