You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/aggregation/AggregationExpression.java
+4
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
/**
22
22
* An {@link AggregationExpression} can be used with field expressions in aggregation pipeline stages like
23
23
* {@code project} and {@code group}.
24
+
* <p>
25
+
* The {@link AggregationExpression expressions} {@link #toDocument(AggregationOperationContext)} method is called during
26
+
* the mapping process to obtain the mapped, ready to use representation that can be handed over to the driver as part
27
+
* of an {@link AggregationOperation pipleine stage}.
0 commit comments