public class GraphRowModelResponse extends Object implements Neo4jResponse<GraphRowModel>
Neo4jResponse that contains data in both graph and row formats.Neo4jResponse.ResponseRecord| Constructor and Description |
|---|
GraphRowModelResponse(Neo4jResponse<String> response,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
void |
initialiseScan(Neo4jResponse.ResponseRecord record) |
GraphRowModel |
next() |
int |
rowId() |
public GraphRowModelResponse(Neo4jResponse<String> response, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public GraphRowModel next()
next in interface Neo4jResponse<GraphRowModel>public void close()
close in interface AutoCloseableclose in interface Neo4jResponse<GraphRowModel>public void initialiseScan(Neo4jResponse.ResponseRecord record)
initialiseScan in interface Neo4jResponse<GraphRowModel>public String[] columns()
columns in interface Neo4jResponse<GraphRowModel>public int rowId()
rowId in interface Neo4jResponse<GraphRowModel>Copyright © 2015 Neo Technology, Inc.. All rights reserved.