Module spring.data.mongodb
Interface FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation
- All Superinterfaces:
AggregationOperation,FieldsExposingAggregationOperation
- All Known Implementing Classes:
AddFieldsOperation,GraphLookupOperation,LookupOperation,MergeOperation,SetOperation,SetWindowFieldsOperation,UnsetOperation,UnwindOperation
- Enclosing interface:
- FieldsExposingAggregationOperation
public static interface FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation
extends FieldsExposingAggregationOperation
Marker interface for
AggregationOperation that inherits fields from previous operations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.mongodb.core.aggregation.FieldsExposingAggregationOperation
FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation -
Method Summary
Methods inherited from interface org.springframework.data.mongodb.core.aggregation.AggregationOperation
getOperator, toDocument, toPipelineStagesMethods inherited from interface org.springframework.data.mongodb.core.aggregation.FieldsExposingAggregationOperation
getFields
-
Method Details
-
inheritsFields
default boolean inheritsFields()- Specified by:
inheritsFieldsin interfaceFieldsExposingAggregationOperation- Returns:
- true to conditionally inherit fields from previous operations.
-