@groovy.transform.CompileStatic class Neo4jPath<S extends Neo4jEntity<S>, E extends Neo4jEntity<E>> extends java.lang.Object implements Path<S, E>
A neo4j org.neo4j.driver.types.Path adapter
| Modifiers | Name | Description |
|---|---|---|
static class |
Neo4jPath.Neo4jPathIterator |
|
static class |
Neo4jPath.Neo4jPathSegment |
| Type | Name and description |
|---|---|
Neo4jDatastore |
datastore |
GraphPersistentEntity |
from |
Path |
neo4jPath |
GraphPersistentEntity |
to |
| Constructor and description |
|---|
Neo4jPath(Neo4jDatastore datastore, Path neo4jPath, GraphPersistentEntity from, GraphPersistentEntity to) |
Neo4jPath(Neo4jDatastore datastore, Path neo4jPath, java.lang.Class from, java.lang.Class to) |
Neo4jPath(Neo4jDatastore datastore, Path neo4jPath) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
contains(java.lang.Object o) |
|
E |
end() |
|
java.util.Iterator<Path.Segment<S, E>> |
iterator() |
|
int |
length() |
|
java.lang.Iterable |
nodes() |
|
S |
start() |
|
protected static Neo4jEntity |
unmarshallNode(Neo4jDatastore datastore, groovy.util.Node node) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |