Uses of Class
org.springframework.data.mongodb.core.aggregation.ObjectOperators.GetField
Packages that use ObjectOperators.GetField
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ObjectOperators.GetField in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ObjectOperators.GetFieldModifier and TypeMethodDescriptionstatic ObjectOperators.GetFieldCreates newaggregation expressionthat takes the value pointed to by givenfieldName.static ObjectOperators.GetFieldCreates newaggregation expressionthat takes the value pointed to by givenField.Creates newaggregation expressionthat takes the associated value and obtains the value of the field with matching name.Creates newaggregation expressionthat takes the value pointed to by givenfield reference.ObjectOperators.GetField.of(AggregationExpression expression) Creates newaggregation expressionthat takes the value pointed to by givenAggregationExpression.