org.opencypher.okapi.api.io.conversion
Creates a NodeMapping where optional labels and property keys match with their corresponding keys in the source data.
Creates a NodeMapping where optional labels and property keys match with their corresponding keys in the source data.
See NodeMapping for further information.
key to access the node identifier in the source data
set of node labels
set of optional node labels
set of property keys
node mapping
Alias for withSourceIdKey.
Alias for withSourceIdKey.
key to access the node identifier in the source data
node mapping
represents a key to the node identifier within the source data. The retrieved value from the source data is expected to be a Long value that is unique among nodes.
node mapping