public class EmbeddedRestModelAdapter extends RestModelAdapter
| Constructor and Description |
|---|
EmbeddedRestModelAdapter(EmbeddedEntityAdapter entityAdapter) |
| Modifier and Type | Method and Description |
|---|---|
Long |
endNodeId(Object relationship) |
boolean |
isNode(Object value) |
boolean |
isRelationship(Object value) |
List<String> |
labels(Object node) |
long |
nodeId(Object node) |
Map<String,Object> |
properties(Object container) |
long |
relationshipId(Object relationship) |
String |
relationshipType(Object relationship) |
Long |
startNodeId(Object relationship) |
adaptconvertArrayPropertiesToIterablepublic EmbeddedRestModelAdapter(EmbeddedEntityAdapter entityAdapter)
public boolean isNode(Object value)
isNode in class RestModelAdapterpublic boolean isRelationship(Object value)
isRelationship in class RestModelAdapterpublic long nodeId(Object node)
nodeId in class RestModelAdapterpublic List<String> labels(Object node)
labels in class RestModelAdapterpublic long relationshipId(Object relationship)
relationshipId in class RestModelAdapterpublic String relationshipType(Object relationship)
relationshipType in class RestModelAdapterpublic Long startNodeId(Object relationship)
startNodeId in class RestModelAdapterpublic Long endNodeId(Object relationship)
endNodeId in class RestModelAdapterpublic Map<String,Object> properties(Object container)
properties in class RestModelAdapterCopyright © 2015–2019 Neo Technology, Inc.. All rights reserved.