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