Uses of Class
org.mongojack.Aggregation.Project
-
Packages that use Aggregation.Project Package Description org.mongojack -
-
Uses of Aggregation.Project in org.mongojack
Methods in org.mongojack that return Aggregation.Project Modifier and Type Method Description Aggregation.Project
Aggregation.Project. excludeId()
static Aggregation.Project
Aggregation.Project. field(String field, String... path)
static Aggregation.Project
Aggregation.Project. field(String field, Aggregation.Expression<?> value)
static Aggregation.Project
Aggregation.Project. fields(String... fields)
static Aggregation.Project
Aggregation.Project. fields(Collection<String> fields)
Aggregation.Project
Aggregation.Project. set(String field, Aggregation.Expression<?> value)
Aggregation.Project
Aggregation.Project. set(Map<String,Aggregation.Expression<?>> fields)
-