java.lang.Object
org.springframework.data.mongodb.core.aggregation.MergeOperation
All Implemented Interfaces:
AggregationOperation, FieldsExposingAggregationOperation, FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation

Encapsulates the $merge-operation.

We recommend to use the builder via builder() instead of creating instances of this class directly.

Since:
3.0
Author:
Christoph Strobl
See Also: