Browse Source

Update AggregationExpression javadoc.

See: #4370
pull/4373/head
Christoph Strobl 3 years ago
parent
commit
c04fe744cb
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 4
      spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationExpression.java

4
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationExpression.java

@ -21,6 +21,10 @@ import org.springframework.data.mongodb.MongoExpression;
/** /**
* An {@link AggregationExpression} can be used with field expressions in aggregation pipeline stages like * An {@link AggregationExpression} can be used with field expressions in aggregation pipeline stages like
* {@code project} and {@code group}. * {@code project} and {@code group}.
* <p>
* The {@link AggregationExpression expressions} {@link #toDocument(AggregationOperationContext)} method is called during
* the mapping process to obtain the mapped, ready to use representation that can be handed over to the driver as part
* of an {@link AggregationOperation pipleine stage}.
* *
* @author Thomas Darimont * @author Thomas Darimont
* @author Oliver Gierke * @author Oliver Gierke

Loading…
Cancel
Save