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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PythonTypeUtils.IdentityDataConverterINSTANCE
-
Constructor Summary
Constructors Constructor Description IdentityDataConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TtoExternal(T value)TtoInternal(T value)
-
-
-
Field Detail
-
INSTANCE
public static final PythonTypeUtils.IdentityDataConverter INSTANCE
-
-
Method Detail
-
toInternal
public T toInternal(T value)
- Specified by:
toInternalin classPythonTypeUtils.DataConverter<T,T>
-
toExternal
public T toExternal(T value)
- Specified by:
toExternalin classPythonTypeUtils.DataConverter<T,T>
-
-