Package dev.morphia.aggregation.stages
Class Documents
- java.lang.Object
-
- dev.morphia.aggregation.stages.Stage
-
- dev.morphia.aggregation.stages.Documents
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Documents
documents(dev.morphia.aggregation.expressions.impls.DocumentExpression... expressions)
Creates a new stage with the given document expressionsList<dev.morphia.aggregation.expressions.impls.DocumentExpression>
expressions()
-
Methods inherited from class dev.morphia.aggregation.stages.Stage
aggregation, stageName
-
-
-
-
Constructor Detail
-
Documents
protected Documents(List<dev.morphia.aggregation.expressions.impls.DocumentExpression> expressions)
-
-
Method Detail
-
documents
public static Documents documents(dev.morphia.aggregation.expressions.impls.DocumentExpression... expressions)
Creates a new stage with the given document expressions- Parameters:
expressions
- the documents- Returns:
- the new stage
-
expressions
@MorphiaInternal public List<dev.morphia.aggregation.expressions.impls.DocumentExpression> expressions()
- Returns:
- the expressions
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-