public class BoltRestModelAdapter extends RestModelAdapter
| Constructor and Description |
|---|
BoltRestModelAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
endNodeId(Object relationship) |
boolean |
isNode(Object value) |
boolean |
isRelationship(Object value) |
List<String> |
labels(Object value) |
long |
nodeId(Object node) |
Map<String,Object> |
properties(Object container) |
long |
relationshipId(Object relationship) |
String |
relationshipType(Object relationship) |
Long |
startNodeId(Object relationship) |
adaptconvertArrayPropertiesToIterablepublic 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 value)
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 © 2017 Neo Technology, Inc.. All rights reserved.