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

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

public class CustomFunctionMapper
extends javax.el.FunctionMapper


Field Summary
static FeelEngineLogger LOG
           
protected  Map<String,Method> methods
           
 
Constructor Summary
CustomFunctionMapper()
           
 
Method Summary
 void addMethod(String name, Method method)
           
 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

methods

protected final Map<String,Method> methods
Constructor Detail

CustomFunctionMapper

public CustomFunctionMapper()
Method Detail

resolveFunction

public Method resolveFunction(String prefix,
                              String localName)
Specified by:
resolveFunction in class javax.el.FunctionMapper

addMethod

public void addMethod(String name,
                      Method method)


Copyright © 2017 camunda services GmbH. All rights reserved.