Uses of Interface
org.springframework.data.mongodb.core.aggregation.ArrayOperators.Filter.AsBuilder
Packages that use ArrayOperators.Filter.AsBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.Filter.AsBuilder in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.Filter.AsBuilderModifier and TypeMethodDescriptionArrayOperators.ArrayOperatorFactory.filter()Creates newAggregationExpressionthat takes the associated array and selects a subset of the array to return based on the specified condition.Set the field to apply the$filterto.Set the values to apply the$filterto.ArrayOperators.Filter.filter(AggregationExpression expression) Set theAggregationExpressionresolving to an array to apply the$filterto.Set the field to apply the$filterto.Set the values to apply the$filterto.ArrayOperators.Filter.InputBuilder.filter(AggregationExpression expression) Set theAggregationExpressionresolving to an array to apply the$filterto.Set the field holding an array to apply the$filterto.