T - returned typepublic static interface ReactiveFluentFindOperation.FindWithProjection<T> extends ReactiveFluentFindOperation.FindWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
<R> ReactiveFluentFindOperation.FindWithQuery<R> |
as(Class<R> resultType)
Define the target type fields should be mapped to.
|
matching, matching, matching, matchingall<R> ReactiveFluentFindOperation.FindWithQuery<R> as(Class<R> resultType)
R - result type.resultType - must not be null.ReactiveFluentFindOperation.FindWithProjection.IllegalArgumentException - if resultType is null.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.