Class PythonTypeUtils.IdentityDataConverter<T>
java.lang.Object
org.apache.flink.streaming.api.utils.PythonTypeUtils.DataConverter<T,T>
org.apache.flink.streaming.api.utils.PythonTypeUtils.IdentityDataConverter<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PythonTypeUtils
public static final class PythonTypeUtils.IdentityDataConverter<T>
extends PythonTypeUtils.DataConverter<T,T>
Identity data converter.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IdentityDataConverter
public IdentityDataConverter()
-
-
Method Details
-
toInternal
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<T,T>
-
toExternal
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<T,T>
-