Class PythonTypeUtils.MapDataConverter
- java.lang.Object
-
- org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<Map<?,?>,Map<?,?>>
-
- org.apache.flink.streaming.api.utils.PythonTypeUtils.MapDataConverter
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PythonTypeUtils
public static final class PythonTypeUtils.MapDataConverter extends PythonTypeUtils.DataConverter<Map<?,?>,Map<?,?>>
The key/value in the Map will be converted to the corresponding Data through key/value DataConverter.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<?,?>toExternal(Map<?,?> value)Map<?,?>toInternal(Map<?,?> value)
-
-
-
Method Detail
-
toInternal
public Map<?,?> toInternal(Map<?,?> value)
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<Map<?,?>,Map<?,?>>
-
toExternal
public Map<?,?> toExternal(Map<?,?> value)
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<Map<?,?>,Map<?,?>>
-
-