◆ convert() [1/3]
default EntityVertex org.turro.entities.graph.IVertexProvider.convert |
( |
String |
root, |
|
|
IContact |
contact |
|
) |
| |
Definition at line 40 of file IVertexProvider.java.
41 return new EntityVertex(root +
"/" + contact.getId(), contact.getName());
◆ convert() [2/3]
default EntityVertex org.turro.entities.graph.IVertexProvider.convert |
( |
String |
root, |
|
|
Long |
id, |
|
|
String |
name |
|
) |
| |
◆ convert() [3/3]
default EntityVertex org.turro.entities.graph.IVertexProvider.convert |
( |
String |
root, |
|
|
String |
id, |
|
|
String |
name |
|
) |
| |
◆ getEdges()
Set<EntityEdge> org.turro.entities.graph.IVertexProvider.getEdges |
( |
| ) |
|
The documentation for this interface was generated from the following file: