java.lang.Object
org.neo4j.driver.internal.value.BoltValueFactory
- All Implemented Interfaces:
ValueFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic BoltValueFactoryisoDuration(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:
valuein interfaceValueFactory
-
node
public Node node(long id, String elementId, Collection<String> labels, Map<String, Value> properties) - Specified by:
nodein 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:
relationshipin interfaceValueFactory
-
segment
- Specified by:
segmentin interfaceValueFactory
-
path
- Specified by:
pathin interfaceValueFactory
-
isoDuration
- Specified by:
isoDurationin interfaceValueFactory
-
point
- Specified by:
pointin interfaceValueFactory
-
point
- Specified by:
pointin interfaceValueFactory
-
unsupportedDateTimeValue
- Specified by:
unsupportedDateTimeValuein interfaceValueFactory
-
toBoltMap
-
toDriverMap
-