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 SimpleDateFormatFEEL_DATE_AND_TIME_FORMATstatic StringJUEL_DATE_AND_TIME_METHODstatic FeelEngineLoggerLOGprotected 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 MethodgetMethod(String name, Class<?>... parameterTypes)static DateparseDateAndTime(String dateAndTimeString)MethodresolveFunction(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
-
-