public abstract class RowModelAdapter extends Object implements ResultAdapter<Map<String,Object>,RowModel>
RowModel responsePATTERN_COMPREHENSION_PATTERN| Constructor and Description |
|---|
RowModelAdapter() |
| Modifier and Type | Method and Description |
|---|---|
RowModel |
adapt(Map<String,Object> data)
Reads the next row from the result object and transforms it into a RowModel object
|
abstract boolean |
isNode(Object value) |
abstract boolean |
isPath(Object value) |
abstract boolean |
isRelationship(Object value) |
void |
setColumns(List<String> columns) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribesGeneratedNodepublic RowModel adapt(Map<String,Object> data)
public abstract boolean isPath(Object value)
public abstract boolean isNode(Object value)
public abstract boolean isRelationship(Object value)
Copyright © 2015–2023 Neo Technology, Inc.. All rights reserved.