Package ru.ilb.jfunction.map.converters
Class ObjectMapToSerializedMapFunctionImpl
- java.lang.Object
-
- ru.ilb.jfunction.map.converters.ObjectMapToSerializedMapFunctionImpl
-
- All Implemented Interfaces:
ObjectMapToSerializedMapFunction
@Named public class ObjectMapToSerializedMapFunctionImpl extends Object implements ObjectMapToSerializedMapFunction
-
-
Field Summary
-
Fields inherited from interface ru.ilb.jfunction.map.converters.ObjectMapToSerializedMapFunction
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description ObjectMapToSerializedMapFunctionImpl()
-
-
-
Method Detail
-
apply
public Map<String,Object> apply(Map<String,Object> context, Map<String,String> contextSignature)
Description copied from interface:ObjectMapToSerializedMapFunctionSerialize map based on contextSignature types (values as string)- Specified by:
applyin interfaceObjectMapToSerializedMapFunction- Returns:
-
-