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