java.lang.Object
org.neo4j.driver.internal.value.BoltValueFactory
- All Implemented Interfaces:
ValueFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic BoltValueFactory
isoDuration
(long months, long days, long seconds, int nanoseconds) point
(int srid, double x, double y) point
(int srid, double x, double y, double z) relationship
(long id, String elementId, long start, String startElementId, long end, String endElementId, String type, Map<String, Value> properties) segment
(Node start, Relationship relationship, Node end) toDriverMap
(Map<String, Value> map)
-
Method Details
-
getInstance
-
value
- Specified by:
value
in interfaceValueFactory
-
node
public Node node(long id, String elementId, Collection<String> labels, Map<String, Value> properties) - Specified by:
node
in interfaceValueFactory
-
relationship
public Relationship relationship(long id, String elementId, long start, String startElementId, long end, String endElementId, String type, Map<String, Value> properties) - Specified by:
relationship
in interfaceValueFactory
-
segment
- Specified by:
segment
in interfaceValueFactory
-
path
- Specified by:
path
in interfaceValueFactory
-
isoDuration
- Specified by:
isoDuration
in interfaceValueFactory
-
point
- Specified by:
point
in interfaceValueFactory
-
point
- Specified by:
point
in interfaceValueFactory
-
unsupportedDateTimeValue
- Specified by:
unsupportedDateTimeValue
in interfaceValueFactory
-
toBoltMap
-
toDriverMap
-