Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.ReverseArray
Packages that use ArrayOperators.ReverseArray
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.ReverseArray in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.ReverseArrayModifier and TypeMethodDescriptionArrayOperators.ArrayOperatorFactory.reverse()Creates newAggregationExpressionthat returns an array with the elements in reverse order.static ArrayOperators.ReverseArrayArrayOperators.ReverseArray.reverseArrayOf(String fieldReference) Creates newArrayOperators.ReverseArraygiven fieldReference.static ArrayOperators.ReverseArrayArrayOperators.ReverseArray.reverseArrayOf(Collection<?> values) Creates newArrayOperators.ReverseArray.static ArrayOperators.ReverseArrayArrayOperators.ReverseArray.reverseArrayOf(AggregationExpression expression) Creates newArrayOperators.ReverseArraygivenAggregationExpression.