T - The type of object onto which the row model should be mappedpublic interface RowModelMapper<T>
| Modifier and Type | Method and Description |
|---|---|
void |
mapIntoResult(Collection<T> result,
Object[] rowValues,
String[] responseColumns)
Appends elements to the given result for each of the row values.
|
void mapIntoResult(Collection<T> result, Object[] rowValues, String[] responseColumns)
result - The collection into which mapped objects are to be addedrowValues - The value in the row returned from the graph databaseresponseColumns - The names of the columns in the rowCopyright © 2015 Neo Technology, Inc.. All rights reserved.