org.camunda.bpm.dmn.feel.impl.juel.el
Class FeelFunctionMapper
java.lang.Object
javax.el.FunctionMapper
org.camunda.bpm.dmn.feel.impl.juel.el.FeelFunctionMapper
public class FeelFunctionMapper
- extends javax.el.FunctionMapper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
methods
protected static final Map<String,Method> methods
FeelFunctionMapper
public FeelFunctionMapper()
resolveFunction
public Method resolveFunction(String prefix,
String localName)
- Specified by:
resolveFunction in class javax.el.FunctionMapper
getMethod
protected static Method getMethod(String name,
Class<?>... parameterTypes)
parseDateAndTime
public static Date parseDateAndTime(String dateAndTimeString)
Copyright © 2016 camunda services GmbH. All rights reserved.