public static final class PythonTypeUtils.ListDataConverter extends PythonTypeUtils.DataConverter<List,List>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List |
toExternal(List value) |
List |
toInternal(List value) |
public List toInternal(List value)
toInternal
in class PythonTypeUtils.DataConverter<List,List>
public List toExternal(List value)
toExternal
in class PythonTypeUtils.DataConverter<List,List>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.