public interface Value
-
Method Details
-
boltValueType
Type boltValueType() -
asBoolean
boolean asBoolean() -
asByteArray
byte[] asByteArray() -
asString
String asString() -
asLong
long asLong() -
asDouble
double asDouble() -
asLocalDate
LocalDate asLocalDate() -
asOffsetTime
OffsetTime asOffsetTime() -
asLocalTime
LocalTime asLocalTime() -
asLocalDateTime
LocalDateTime asLocalDateTime() -
asZonedDateTime
ZonedDateTime asZonedDateTime() -
asBoltIsoDuration
IsoDuration asBoltIsoDuration() -
asBoltPoint
Point asBoltPoint() -
asBoltMap
-
isNull
boolean isNull() -
isEmpty
boolean isEmpty() -
keys
-
size
int size() -
getBoltValue
-
boltValues
-
containsKey
-