Module spring.data.mongodb
Interface ArrayOperators.Filter.InputBuilder
- Enclosing class:
- ArrayOperators.Filter
public static interface ArrayOperators.Filter.InputBuilder
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionSet the values to apply the$filterto.filter(AggregationExpression expression) Set theAggregationExpressionresolving to an array to apply the$filterto.Set the field holding an array to apply the$filterto.
-
Method Details
-
filter
Set the values to apply the$filterto.- Parameters:
array- must not be null.- Returns:
-
filter
Set the field holding an array to apply the$filterto.- Parameters:
field- must not be null.- Returns:
-
filter
Set theAggregationExpressionresolving to an array to apply the$filterto.- Parameters:
expression- must not be null.- Returns:
- Since:
- 4.1.1
-