Uses of Class
dev.morphia.aggregation.stages.Fill
-
Packages that use Fill Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of Fill in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Fill Modifier and Type Method Description Aggregation<T>Aggregation. fill(Fill fill)Populates null and missing field values within documents.Aggregation<T>AggregationImpl. fill(Fill fill) -
Uses of Fill in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Fill Modifier and Type Method Description Class<Fill>FillCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Fill Modifier and Type Method Description protected voidFillCodec. encodeStage(BsonWriter writer, Fill fill, EncoderContext encoderContext) -
Uses of Fill in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Fill Modifier and Type Method Description FillFill. field(String name, dev.morphia.aggregation.expressions.impls.ValueExpression value)Specifies an object indicating how to fill missing values in the target field.FillFill. field(String name, Fill.Method method)Specifies an object indicating how to fill missing values in the target field.static FillFill. fill()Creates a new $fill stageFillFill. partitionBy(dev.morphia.aggregation.expressions.impls.Expression partitionBy)Specifies an array of fields as the compound key to group the documents.FillFill. partitionByFields(String... fields)Specifies an array of fields as the compound key to group the documents.FillFill. sortBy(Sort... sorts)Specifies the field or fields to sort the documents within each partition.
-