public class BoltRestModelAdapter extends RestModelAdapter
PATTERN_COMPREHENSION_PATTERN| Constructor and Description |
|---|
BoltRestModelAdapter(BoltEntityAdapter entityAdapter) |
| 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) |
adapt, handlePossibleCollectionsconvertArrayPropertiesToCollectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribesGeneratedNodepublic BoltRestModelAdapter(BoltEntityAdapter 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 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 © 2015–2022 Neo Technology, Inc.. All rights reserved.