Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayToObject
Packages that use ArrayOperators.ArrayToObject
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.ArrayToObject in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.ArrayToObjectModifier and TypeMethodDescriptionstatic ArrayOperators.ArrayToObjectArrayOperators.ArrayToObject.arrayToObject(Object array) Converts the given array (e.g. an array of two-element arrays, a field reference to an array,...) to an object.static ArrayOperators.ArrayToObjectArrayOperators.ArrayToObject.arrayValueOfToObject(String fieldReference) Converts the array pointed to by the givenfield referenceto an object.static ArrayOperators.ArrayToObjectArrayOperators.ArrayToObject.arrayValueOfToObject(AggregationExpression expression) Converts the result array of the givenexpressionto an object.ArrayOperators.ArrayOperatorFactory.toObject()Creates newAggregationExpressionthat converts the associated expression into an object.