public interface PrimitiveReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBool() |
LocalDate |
getDate() |
LocalDateTime |
getDatetime() |
DecimalValue |
getDecimal() |
float |
getFloat32() |
double |
getFloat64() |
short |
getInt16() |
int |
getInt32() |
long |
getInt64() |
byte |
getInt8() |
Duration |
getInterval() |
String |
getJson() |
String |
getJsonDocument() |
byte[] |
getString() |
default String |
getString(Charset charset) |
Instant |
getTimestamp() |
ZonedDateTime |
getTzDate() |
ZonedDateTime |
getTzDatetime() |
ZonedDateTime |
getTzTimestamp() |
int |
getUint16() |
long |
getUint32() |
long |
getUint64() |
int |
getUint8() |
String |
getUtf8() |
UUID |
getUuid() |
byte[] |
getYson() |
boolean getBool()
byte getInt8()
int getUint8()
short getInt16()
int getUint16()
int getInt32()
long getUint32()
long getInt64()
long getUint64()
float getFloat32()
double getFloat64()
LocalDate getDate()
LocalDateTime getDatetime()
Instant getTimestamp()
Duration getInterval()
ZonedDateTime getTzDate()
ZonedDateTime getTzDatetime()
ZonedDateTime getTzTimestamp()
byte[] getString()
UUID getUuid()
String getUtf8()
byte[] getYson()
String getJson()
String getJsonDocument()
DecimalValue getDecimal()
Copyright © 2021. All rights reserved.