Modifier and Type | Field and Description |
---|---|
protected Type |
listType
Type of list's object.
|
protected Class |
type
Projection's type.
|
Constructor and Description |
---|
ProjectionListSingle(Type type)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
List |
apply(org.neo4j.driver.v1.Record record) |
protected void |
checkIfRecordHaveSingleValue(org.neo4j.driver.v1.Record record)
Check if the given
record has only one column. |
protected Type listType
protected Class type
public ProjectionListSingle(Type type)
public List apply(org.neo4j.driver.v1.Record record)
protected void checkIfRecordHaveSingleValue(org.neo4j.driver.v1.Record record)
record
has only one column.
if not, a Neo4jClientException
is throw.record
- Copyright © 2017. All rights reserved.