- All Superinterfaces:
org.neo4j.driver.internal.AsValue
,MapAccessor
,MapAccessorWithDefaultValue
,org.neo4j.bolt.connection.values.Value
,Value
- All Known Implementing Classes:
BooleanValue
,BytesValue
,DateTimeValue
,DateValue
,DurationValue
,EntityValueAdapter
,FloatValue
,IntegerValue
,ListValue
,LocalDateTimeValue
,LocalTimeValue
,MapValue
,NodeValue
,NullValue
,NumberValueAdapter
,ObjectValueAdapter
,PathValue
,PointValue
,RelationshipValue
,StringValue
,TimeValue
,UnsupportedDateTimeValue
,ValueAdapter
public interface InternalValue
extends Value, org.neo4j.driver.internal.AsValue, org.neo4j.bolt.connection.values.Value
-
Method Summary
Modifier and TypeMethodDescriptiondefault Object
as
(ParameterizedType type) default Object
default org.neo4j.bolt.connection.values.IsoDuration
default org.neo4j.bolt.connection.values.Point
default Iterable<org.neo4j.bolt.connection.values.Value>
boolean
containsKey
(String arg0) default org.neo4j.bolt.connection.values.Value
getBoltValue
(String key) keys()
int
size()
Methods inherited from interface org.neo4j.driver.internal.AsValue
asValue
Methods inherited from interface org.neo4j.driver.types.MapAccessor
asMap, asMap, containsKey, get, values, values
Methods inherited from interface org.neo4j.driver.types.MapAccessorWithDefaultValue
get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get
Methods inherited from interface org.neo4j.bolt.connection.values.Value
asBoolean, asByteArray, asDouble, asLocalDate, asLocalDateTime, asLocalTime, asLong, asOffsetTime, asString, asZonedDateTime, boltValueType, isEmpty, isNull
Methods inherited from interface org.neo4j.driver.Value
as, 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, asNode, asNumber, asObject, asOffsetDateTime, asOffsetDateTime, asOffsetTime, asOffsetTime, asPath, asPoint, asPoint, asRelationship, asString, asString, asZonedDateTime, asZonedDateTime, computeOrDefault, equals, get, hashCode, hasType, isEmpty, isFalse, isNull, isTrue, keys, size, toString, type
-
Method Details
-
typeConstructor
TypeConstructor typeConstructor() -
as
-
as
-
getBoltValue
-
asBoltIsoDuration
default org.neo4j.bolt.connection.values.IsoDuration asBoltIsoDuration()- Specified by:
asBoltIsoDuration
in interfaceorg.neo4j.bolt.connection.values.Value
-
asBoltPoint
default org.neo4j.bolt.connection.values.Point asBoltPoint()- Specified by:
asBoltPoint
in interfaceorg.neo4j.bolt.connection.values.Value
-
boltValues
-
asBoltMap
- Specified by:
asBoltMap
in interfaceorg.neo4j.bolt.connection.values.Value
-
keys
-
size
int size() -
containsKey
-