Class ContextPutFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.extended.ContextPutFunction
-
- All Implemented Interfaces:
FEELFunction
public class ContextPutFunction extends BaseFEELFunction
Proposal DMN14-187 Experimental for DMN14-181 See also: DMN14-182, DMN14-183
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
FEELFunction.Param
-
-
Field Summary
Fields Modifier and Type Field Description static ContextPutFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description ContextPutFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FEELFnResult<Map<String,Object>>invoke(Object context, String key, Object value)FEELFnResult<Map<String,Object>>invoke(Object context, List keys, Object value)static FEELFnResult<Map<String,Object>>toMap(Object context)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-
-
-
Field Detail
-
INSTANCE
public static final ContextPutFunction INSTANCE
-
-