Class PythonTypeUtils.ListDataConverter
java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<List,List>
org.apache.flink.streaming.api.utils.PythonTypeUtils.ListDataConverter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PythonTypeUtils
public static final class PythonTypeUtils.ListDataConverter
extends PythonTypeUtils.DataConverter<List,List>
The element in the List will be converted to the corresponding Data through element
DataConverter.
- See Also:
-
Method Summary
-
Method Details
-
toInternal
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<List,List>
-
toExternal
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<List,List>
-
equals
-