public static class ArrayOperators.ReverseArray extends Object
AggregationExpression for $reverseArray.| Modifier and Type | Method and Description |
|---|---|
protected List<Object> |
append(Object value) |
protected Map<String,Object> |
append(String key,
Object value) |
protected Map<String,Object> |
argumentMap()
Get the argument map.
|
protected static List<Field> |
asFields(String... fieldRefs) |
protected boolean |
contains(Object key)
Check if the given key is available.
|
protected <T> T |
get(int index)
Get the value at a given index.
|
protected <T> T |
get(Object key)
Get the value for a given key.
|
protected String |
getMongoMethod() |
static ArrayOperators.ReverseArray |
reverseArrayOf(AggregationExpression expression)
Creates new
ArrayOperators.ReverseArray given AggregationExpression. |
static ArrayOperators.ReverseArray |
reverseArrayOf(Collection<?> values)
Creates new
ArrayOperators.ReverseArray. |
static ArrayOperators.ReverseArray |
reverseArrayOf(String fieldReference)
Creates new
ArrayOperators.ReverseArray given fieldReference. |
org.bson.Document |
toDocument(AggregationOperationContext context)
|
org.bson.Document |
toDocument(Object value,
AggregationOperationContext context) |
protected List<Object> |
values() |
protected String getMongoMethod()
public static ArrayOperators.ReverseArray reverseArrayOf(String fieldReference)
ArrayOperators.ReverseArray given fieldReference.fieldReference - must not be null.public static ArrayOperators.ReverseArray reverseArrayOf(AggregationExpression expression)
ArrayOperators.ReverseArray given AggregationExpression.expression - must not be null.public static ArrayOperators.ReverseArray reverseArrayOf(Collection<?> values)
ArrayOperators.ReverseArray.values - must not be null.ArrayOperators.ReverseArray.public org.bson.Document toDocument(AggregationOperationContext context)
AggregationExpressiontoDocument in interface AggregationExpressionpublic org.bson.Document toDocument(Object value, AggregationOperationContext context)
protected <T> T get(int index)
T - index - protected <T> T get(Object key)
T - key - protected boolean contains(Object key)
key - Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.