Class CompositeFunctionMapper
- java.lang.Object
-
- javax.el.FunctionMapper
-
- org.camunda.bpm.dmn.feel.impl.juel.el.CompositeFunctionMapper
-
public class CompositeFunctionMapper extends javax.el.FunctionMapper
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.el.FunctionMapper>
functionMappers
static FeelEngineLogger
LOG
-
Constructor Summary
Constructors Constructor Description CompositeFunctionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(javax.el.FunctionMapper functionMapper)
void
remove(javax.el.FunctionMapper functionMapper)
Method
resolveFunction(String prefix, String localName)
void
setFunctionMappers(List<javax.el.FunctionMapper> functionMappers)
-
-
-
Field Detail
-
LOG
public static final FeelEngineLogger LOG
-
functionMappers
protected List<javax.el.FunctionMapper> functionMappers
-
-
Method Detail
-
resolveFunction
public Method resolveFunction(String prefix, String localName)
- Specified by:
resolveFunction
in classjavax.el.FunctionMapper
-
setFunctionMappers
public void setFunctionMappers(List<javax.el.FunctionMapper> functionMappers)
-
add
public void add(javax.el.FunctionMapper functionMapper)
-
remove
public void remove(javax.el.FunctionMapper functionMapper)
-
-