@groovy.transform.CompileStatic class Neo4jRelationship<F, T> extends java.lang.Object implements Relationship<F, T>
Default implementation of the Relationship trait
| Modifiers | Name | Description |
|---|---|---|
private java.lang.String |
type |
| Type | Name and description |
|---|---|
java.lang.String |
type |
| Constructor and description |
|---|
Neo4jRelationship
(F from, T to, java.lang.String type) |
Neo4jRelationship
(F from, T to, org.neo4j.driver.types.Relationship neoRel) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
propertyMissing(java.lang.String name)Allows accessing to dynamic properties with the dot operator |
|
java.lang.Object |
propertyMissing(java.lang.String name, java.lang.Object val)Allows setting a dynamic property via the dot operator |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Allows accessing to dynamic properties with the dot operator
instance - The instancename - The property nameAllows setting a dynamic property via the dot operator
instance - The instancename - The property nameval - The valueGroovy Documentation