Interface ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
- All Superinterfaces:
InCollection<T>
,InScope<T>
,OneAndAllReactive
,ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection<T>
,ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope<T>
,ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>
,ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions<T>
,ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery<T>
,ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T>
,WithAnalyticsConsistency<T>
,WithAnalyticsOptions<T>
,WithAnalyticsQuery<T>
- All Known Subinterfaces:
ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics<T>
- Enclosing interface:
- ReactiveFindByAnalyticsOperation
public static interface ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection<T>
extends ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T>
Result type override (Optional).
-
Method Summary
Modifier and TypeMethodDescriptionDefine the target type fields should be mapped to.Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency
withConsistency
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery
matching
-
Method Details
-
as
Define the target type fields should be mapped to.
Skip this step if you are anyway only interested in the original domain type.- Parameters:
returnType
- must not be null.- Returns:
- new instance of
ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency
. - Throws:
IllegalArgumentException
- if returnType is null.
-