public static final class PythonTypeUtils.IdentityDataConverter<T> extends PythonTypeUtils.DataConverter<T,T>
Modifier and Type | Field and Description |
---|---|
static PythonTypeUtils.IdentityDataConverter |
INSTANCE |
Constructor and Description |
---|
IdentityDataConverter() |
Modifier and Type | Method and Description |
---|---|
T |
toExternal(T value) |
T |
toInternal(T value) |
public static final PythonTypeUtils.IdentityDataConverter INSTANCE
public T toInternal(T value)
toInternal
in class PythonTypeUtils.DataConverter<T,T>
public T toExternal(T value)
toExternal
in class PythonTypeUtils.DataConverter<T,T>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.