public class MapRowModelMapper extends Object implements RowModelMapper<Map<String,Object>>
Map-based implementation of RowModelMapper.| Constructor and Description |
|---|
MapRowModelMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapIntoResult(Collection<Map<String,Object>> result,
Object[] rowValues,
String[] responseVariables)
Appends elements to the given result for each of the row values.
|
public void mapIntoResult(Collection<Map<String,Object>> result, Object[] rowValues, String[] responseVariables)
RowModelMappermapIntoResult in interface RowModelMapper<Map<String,Object>>result - The collection into which mapped objects are to be addedrowValues - The value in the row returned from the graph databaseresponseVariables - The names of the columns in the rowCopyright © 2015 Neo Technology, Inc.. All rights reserved.