Class PythonTypeUtils.DataConverter<IN,OUT>

java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<IN,OUT>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PythonTypeUtils.ArrayDataConverter, PythonTypeUtils.ByteDataConverter, PythonTypeUtils.FloatDataConverter, PythonTypeUtils.IdentityDataConverter, PythonTypeUtils.IntDataConverter, PythonTypeUtils.ListDataConverter, PythonTypeUtils.MapDataConverter, PythonTypeUtils.RowDataConverter, PythonTypeUtils.RowDataDataConverter, PythonTypeUtils.ShortDataConverter, PythonTypeUtils.TupleDataConverter
Enclosing class:
PythonTypeUtils

public abstract static class PythonTypeUtils.DataConverter<IN,OUT> extends Object implements Serializable
Data Converter that converts the data to the format data which can be used in PemJa.
See Also:
  • Constructor Details

    • DataConverter

      public DataConverter()
  • Method Details

    • toInternal

      public abstract IN toInternal(OUT value)
    • toExternal

      public abstract OUT toExternal(IN value)