java.lang.Object
org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
org.neo4j.driver.internal.value.ValueAdapter
org.neo4j.driver.internal.value.ObjectValueAdapter<ZonedDateTime>
org.neo4j.driver.internal.value.DateTimeValue
- All Implemented Interfaces:
org.neo4j.driver.internal.AsValue
,InternalValue
,MapAccessor
,MapAccessorWithDefaultValue
,Value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.neo4j.driver.internal.value.ObjectValueAdapter
asObject, equals, hashCode, toString
Methods inherited from class org.neo4j.driver.internal.value.ValueAdapter
asBoolean, asBoolean, asByteArray, asByteArray, asDouble, asDouble, asEntity, asFloat, asFloat, asInt, asInt, asIsoDuration, asIsoDuration, asList, asList, asList, asList, asLocalDate, asLocalDate, asLocalDateTime, asLocalDateTime, asLocalTime, asLocalTime, asLong, asLong, asMap, asMap, asMap, asMap, asNode, asNumber, asOffsetDateTime, asOffsetTime, asOffsetTime, asPath, asPoint, asPoint, asRelationship, asString, asString, asValue, asZonedDateTime, computeOrDefault, containsKey, get, get, hasType, isEmpty, isFalse, isNull, isTrue, keys, size, typeConstructor, values, values
Methods inherited from class org.neo4j.driver.internal.types.InternalMapAccessorWithDefaultValue
get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get
-
Constructor Details
-
DateTimeValue
-
-
Method Details
-
asOffsetDateTime
- Specified by:
asOffsetDateTime
in interfaceValue
- Overrides:
asOffsetDateTime
in classValueAdapter
- Returns:
- the value as a
OffsetDateTime
, if possible.
-
asZonedDateTime
- Specified by:
asZonedDateTime
in interfaceValue
- Overrides:
asZonedDateTime
in classValueAdapter
- Returns:
- the value as a
ZonedDateTime
, if possible.
-
type
- Returns:
- The type of this value as defined in the Neo4j type system
-