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:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMap<?,?> toExternal(Map<?, ?> value) Map<?,?> toInternal(Map<?, ?> value)
-
Method Details
-
toInternal
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<Map<?,?>, Map<?, ?>>
-
toExternal
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<Map<?,?>, Map<?, ?>>
-
equals
-