- 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,UnsupportedTypeValue,ValueAdapter,VectorValue
public interface InternalValue
extends Value, org.neo4j.driver.internal.AsValue, org.neo4j.bolt.connection.values.Value
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objectas(ParameterizedType type) default Objectdefault org.neo4j.bolt.connection.values.IsoDurationdefault org.neo4j.bolt.connection.values.Pointdefault Iterable<org.neo4j.bolt.connection.values.Value> booleancontainsKey(String arg0) default org.neo4j.bolt.connection.values.ValuegetBoltValue(String key) keys()intsize()Methods inherited from interface org.neo4j.driver.internal.AsValue
asValueMethods inherited from interface org.neo4j.driver.types.MapAccessor
asMap, asMap, containsKey, get, values, valuesMethods inherited from interface org.neo4j.driver.types.MapAccessorWithDefaultValue
get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, get, getMethods inherited from interface org.neo4j.bolt.connection.values.Value
asBoltVector, asBoolean, asByteArray, asDouble, asLocalDate, asLocalDateTime, asLocalTime, asLong, asOffsetTime, asString, asZonedDateTime, boltValueType, isEmpty, isNullMethods 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, asUnsupportedType, asVector, 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:
asBoltIsoDurationin interfaceorg.neo4j.bolt.connection.values.Value
-
asBoltPoint
default org.neo4j.bolt.connection.values.Point asBoltPoint()- Specified by:
asBoltPointin interfaceorg.neo4j.bolt.connection.values.Value
-
boltValues
-
asBoltMap
- Specified by:
asBoltMapin interfaceorg.neo4j.bolt.connection.values.Value
-
keys
-
size
int size() -
containsKey
-