Class PutFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.extended.PutFunction
-
- All Implemented Interfaces:
FEELFunction
public class PutFunction extends BaseFEELFunction
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 PutFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description PutFunction()
-
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)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 PutFunction INSTANCE
-
-