Uses of Class
dev.morphia.aggregation.experimental.stages.Projection
-
Packages that use Projection Package Description dev.morphia.aggregation.experimental dev.morphia.aggregation.experimental.codecs.stages dev.morphia.aggregation.experimental.stages -
-
Uses of Projection in dev.morphia.aggregation.experimental
Methods in dev.morphia.aggregation.experimental with parameters of type Projection Modifier and Type Method Description Aggregation<T>
Aggregation. project(Projection projection)
Passes along the documents with the requested fields to the next stage in the pipeline.Aggregation<T>
AggregationImpl. project(Projection projection)
-
Uses of Projection in dev.morphia.aggregation.experimental.codecs.stages
Methods in dev.morphia.aggregation.experimental.codecs.stages that return types with arguments of type Projection Modifier and Type Method Description Class<Projection>
ProjectionCodec. getEncoderClass()
Methods in dev.morphia.aggregation.experimental.codecs.stages with parameters of type Projection Modifier and Type Method Description protected void
ProjectionCodec. encodeStage(org.bson.BsonWriter writer, Projection projection, org.bson.codecs.EncoderContext encoderContext)
-
Uses of Projection in dev.morphia.aggregation.experimental.stages
Methods in dev.morphia.aggregation.experimental.stages that return Projection Modifier and Type Method Description Projection
Projection. exclude(String name)
Excludes a field.Projection
Projection. include(String name)
Includes a field.Projection
Projection. include(String name, Expression value)
Includes a field.static Projection
Projection. of()
Deprecated, for removal: This API element is subject to removal in a future version.useproject()
static Projection
Projection. project()
Creates a new stageProjection
Projection. suppressId()
Suppresses the _id field in the resulting document.
-