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