Uses of Interface
org.springframework.data.mongodb.core.aggregation.VariableOperators.Map.AsBuilder
Packages that use VariableOperators.Map.AsBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VariableOperators.Map.AsBuilder in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return VariableOperators.Map.AsBuilderModifier and TypeMethodDescriptionStarts building newVariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results.VariableOperators.Map.itemsOf(AggregationExpression source) Starts building newVariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results.VariableOperators.mapItemsOf(String fieldReference) Starts building newVariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results.VariableOperators.mapItemsOf(AggregationExpression expression) Starts building newVariableOperators.Mapthat applies anAggregationExpressionto each item of a referenced array and returns an array with the applied results.