public class PythonIO extends Object implements Serializable, TextConfig
| Constructor and Description |
|---|
PythonIO(String name,
String pythonType,
ValueType secondaryType,
ValueType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDictWithType()
Returns true if this io is a list
with a secondary type defined
|
boolean |
isDictWithUndefinedType()
Returns true if this is a list type
with no secondary type defined
|
boolean |
isListWithType()
Returns true if this io is a list
with a secondary type defined
|
boolean |
isListWithUndefinedType()
Returns true if this is a list type
with no secondary type defined
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toYamlpublic boolean isDictWithType()
public boolean isDictWithUndefinedType()
public boolean isListWithType()
public boolean isListWithUndefinedType()
Copyright © 2022. All rights reserved.