public class GraphRowModelAdapter extends Object implements ResultAdapter<Map<String,Object>,GraphRowModel>
PATTERN_COMPREHENSION_PATTERN| Constructor and Description |
|---|
GraphRowModelAdapter(GraphModelAdapter graphModelAdapter) |
| Modifier and Type | Method and Description |
|---|---|
GraphRowModel |
adapt(Map<String,Object> data)
Reads the next row from the result object and transforms it into a RowModel object
|
void |
setColumns(List<String> columns) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribesGeneratedNodepublic GraphRowModelAdapter(GraphModelAdapter graphModelAdapter)
public GraphRowModel adapt(Map<String,Object> data)
adapt in interface ResultAdapter<Map<String,Object>,GraphRowModel>data - the data to transform, given as a mapRowModelCopyright © 2015–2023 Neo Technology, Inc.. All rights reserved.