Interface InternalValue

All Superinterfaces:
org.neo4j.driver.internal.AsValue, MapAccessor, MapAccessorWithDefaultValue, 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