Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter
Packages that use ArrayOperators.Filter
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.Filter in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.FilterModifier and TypeMethodDescriptionSet the expression that determines whether to include the element in the resulting array.ArrayOperators.Filter.ConditionBuilder.by(org.bson.Document expression) Set the expression that determines whether to include the element in the resulting array.ArrayOperators.Filter.ConditionBuilder.by(AggregationExpression expression) Set theAggregationExpressionthat determines whether to include the element in the resulting array.