public static interface ReactiveUpdateOperation.FindAndReplaceWithProjection<T> extends ReactiveUpdateOperation.FindAndReplaceWithOptions<T>
| Modifier and Type | Method and Description |
|---|---|
<R> ReactiveUpdateOperation.FindAndReplaceWithOptions<R> |
as(Class<R> resultType)
Define the target type fields should be mapped to.
|
withOptionsfindAndReplace<R> ReactiveUpdateOperation.FindAndReplaceWithOptions<R> as(Class<R> resultType)
R - result type.resultType - must not be null.ReactiveUpdateOperation.FindAndReplaceWithProjection.IllegalArgumentException - if resultType is null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.