Skip to main content

BOOLEAN

atoti.type.BOOLEAN: Final[Literal[‘boolean’]] = 'boolean'
Boolean data type.

DOUBLE

atoti.type.DOUBLE: Final[Literal[‘double’]] = 'double'
Double data type.

DOUBLE_ARRAY

atoti.type.DOUBLE_ARRAY: Final[Literal[‘double[]’]] = 'double[]'
Double array data type.

FLOAT

atoti.type.FLOAT: Final[Literal[‘float’]] = 'float'
Float data type.

FLOAT_ARRAY

atoti.type.FLOAT_ARRAY: Final[Literal[‘float[]’]] = 'float[]'
Float array data type.

INT

atoti.type.INT: Final[Literal[‘int’]] = 'int'
Int data type.

INT_ARRAY

atoti.type.INT_ARRAY: Final[Literal[‘int[]’]] = 'int[]'
Int array data type.

LOCAL_DATE

atoti.type.LOCAL_DATE: Final[Literal[‘LocalDate’]] = 'LocalDate'
LocalDate data type.

LOCAL_DATE_TIME

atoti.type.LOCAL_DATE_TIME: Final[Literal[‘LocalDateTime’]] = 'LocalDateTime'
LocalDateTime data type.

LOCAL_TIME

atoti.type.LOCAL_TIME: Final[Literal[‘LocalTime’]] = 'LocalTime'
LocalTime data type.

LONG

atoti.type.LONG: Final[Literal[‘long’]] = 'long'
Long data type.

LONG_ARRAY

atoti.type.LONG_ARRAY: Final[Literal[‘long[]’]] = 'long[]'
Long array data type.

OBJECT

atoti.type.OBJECT: Final[Literal[‘Object’]] = 'Object'
Object data type.

STRING

atoti.type.STRING: Final[Literal[‘String’]] = 'String'
String data type.

ZONED_DATE_TIME

atoti.type.ZONED_DATE_TIME: Final[Literal[‘ZonedDateTime’]] = 'ZonedDateTime'
ZonedDateTime data type.