java.lang.Object
org.neo4j.driver.internal.value.BoltValue
- All Implemented Interfaces:
Value
-
Constructor Details
-
BoltValue
-
-
Method Details
-
asDriverValue
-
type
-
asBoolean
public boolean asBoolean() -
asByteArray
public byte[] asByteArray()- Specified by:
asByteArray
in interfaceValue
-
asString
-
asLong
public long asLong() -
asDouble
public double asDouble() -
asLocalDate
- Specified by:
asLocalDate
in interfaceValue
-
asOffsetTime
- Specified by:
asOffsetTime
in interfaceValue
-
asLocalTime
- Specified by:
asLocalTime
in interfaceValue
-
asLocalDateTime
- Specified by:
asLocalDateTime
in interfaceValue
-
asZonedDateTime
- Specified by:
asZonedDateTime
in interfaceValue
-
asIsoDuration
- Specified by:
asIsoDuration
in interfaceValue
-
asPoint
-
isNull
public boolean isNull() -
isEmpty
public boolean isEmpty() -
keys
-
size
public int size() -
get
-
values
-
containsKey
-
asMap
-
equals
-
hashCode
public int hashCode() -
toString
-