Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.Reduce.PropertyExpression
Packages that use ArrayOperators.Reduce.PropertyExpression
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.Reduce.PropertyExpression in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.Reduce.PropertyExpressionModifier and TypeMethodDescriptionArrayOperators.Reduce.PropertyExpression.AsBuilder.definedAs(AggregationExpression expression) Set theAggregationExpressionresulting in the properties value.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type ArrayOperators.Reduce.PropertyExpressionModifier and TypeMethodDescriptionArrayOperators.ArrayOperatorFactory.reduce(ArrayOperators.Reduce.PropertyExpression... expressions) Start creating newAggregationExpressionthat applies anAggregationExpressionto each element in an array and combines them into a single value.ArrayOperators.Reduce.ReduceBuilder.reduce(ArrayOperators.Reduce.PropertyExpression... expressions) Define theArrayOperators.Reduce.PropertyExpressions to apply to each element in the input array in left-to-right order.