Uses of Class
org.springframework.data.mongodb.core.aggregation.ObjectOperators.ObjectToArray
Packages that use ObjectOperators.ObjectToArray
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ObjectOperators.ObjectToArray in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ObjectOperators.ObjectToArrayModifier and TypeMethodDescriptionObjectOperators.ObjectOperatorFactory.toArray()Creates newaggregation expressionthat takes the associated value and converts it to an array ofdocumentsthat contain two fields k and v each.Creates newaggregation expressionthat takes the given value and converts it to an array.ObjectOperators.ObjectToArray.valueOfToArray(String fieldReference) Creates newaggregation expressionthat takes the value pointed to by givenfieldReferenceand converts it to an array.ObjectOperators.ObjectToArray.valueOfToArray(AggregationExpression expression) Creates newaggregation expressionthat takes the result value of the givenexpressionand converts it to an array.