org.camunda.bpm.dmn.feel.impl.juel.el
Class FeelFunctionMapper

java.lang.Object
  extended by javax.el.FunctionMapper
      extended by org.camunda.bpm.dmn.feel.impl.juel.el.FeelFunctionMapper

public class FeelFunctionMapper
extends javax.el.FunctionMapper


Field Summary
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
FeelFunctionMapper()
           
 
Method Summary
protected static Method getMethod(String name, Class<?>... parameterTypes)
           
static Date parseDateAndTime(String dateAndTimeString)
           
 Method resolveFunction(String prefix, String localName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

methods

protected static final Map<String,Method> methods
Constructor Detail

FeelFunctionMapper

public FeelFunctionMapper()
Method Detail

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.