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>functionMappersstatic FeelEngineLoggerLOG
-
Constructor Summary
Constructors Constructor Description CompositeFunctionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(javax.el.FunctionMapper functionMapper)voidremove(javax.el.FunctionMapper functionMapper)MethodresolveFunction(String prefix, String localName)voidsetFunctionMappers(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:
resolveFunctionin 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)
-
-