Package org.mongojack
Class Aggregation.ExpressionObject
- java.lang.Object
-
- org.mongojack.Aggregation.Expression<Object>
-
- org.mongojack.Aggregation.ExpressionObject
-
- Enclosing class:
- Aggregation<T>
public static class Aggregation.ExpressionObject extends Aggregation.Expression<Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,Aggregation.Expression<?>>>
properties()
-
Methods inherited from class org.mongojack.Aggregation.Expression
add, allElementsTrue, and, anyElementTrue, arrayElemAt, bool, compareTo, compareToIgnoreCase, concat, cond, date, dayOfMonth, dayOfWeek, divide, equals, greaterThan, greaterThanOrEquals, hour, ifNull, integer, lessThan, lessThanOrEquals, list, literal, millisecond, minute, mod, month, multiply, not, notEquals, number, object, or, path, second, setDifference, setEquals, setIntersection, setIsSubset, setUnion, size, string, substring, subtract, toLowerCase, toUpperCase, week, year
-
-
-
-
Method Detail
-
properties
public Set<Map.Entry<String,Aggregation.Expression<?>>> properties()
-
-