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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ListtoExternal(List value)ListtoInternal(List value)
-
-
-
Method Detail
-
toInternal
public List toInternal(List value)
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<List,List>
-
toExternal
public List toExternal(List value)
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<List,List>
-
-