public static interface ReactiveSelectOperation.SelectWithProjection<T> extends ReactiveSelectOperation.SelectWithQuery<T>
Modifier and Type | Method and Description |
---|---|
<R> ReactiveSelectOperation.SelectWithQuery<R> |
as(Class<R> resultType)
Define the
result target type that the fields should be mapped to. |
matching
<R> ReactiveSelectOperation.SelectWithQuery<R> as(Class<R> resultType)
result target type
that the fields should be mapped to.
Skip this step if you are only interested in the original domain type
.
R
- type
of the result.resultType
- desired type
of the result; must not be null.ReactiveSelectOperation.SelectWithQuery
.IllegalArgumentException
- if resultType
is null.ReactiveSelectOperation.SelectWithQuery
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.