Package org.mongojack
Class Aggregation.FieldPath<T>
- java.lang.Object
-
- org.mongojack.Aggregation.Expression<T>
-
- org.mongojack.Aggregation.FieldPath<T>
-
- Enclosing class:
- Aggregation<T>
public static final class Aggregation.FieldPath<T> extends Aggregation.Expression<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
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
-
-