Uses of Class
dev.morphia.aggregation.stages.ReplaceWith
-
Packages that use ReplaceWith Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of ReplaceWith in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type ReplaceWith Modifier and Type Method Description Aggregation<T>Aggregation. replaceWith(ReplaceWith with)Replaces the input document with the specified document.Aggregation<T>AggregationImpl. replaceWith(ReplaceWith with) -
Uses of ReplaceWith in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type ReplaceWith Modifier and Type Method Description Class<ReplaceWith>ReplaceWithCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type ReplaceWith Modifier and Type Method Description protected voidReplaceWithCodec. encodeStage(BsonWriter writer, ReplaceWith replace, EncoderContext encoderContext) -
Uses of ReplaceWith in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return ReplaceWith Modifier and Type Method Description ReplaceWithReplaceWith. field(String name, dev.morphia.aggregation.expressions.impls.Expression expression)Adds a new fieldstatic ReplaceWithReplaceWith. replaceWith()Creates a new stagestatic ReplaceWithReplaceWith. replaceWith(dev.morphia.aggregation.expressions.impls.Expression expression)Creates a new stage to replace the root with the given expression.static ReplaceWithReplaceWith. with()Deprecated, for removal: This API element is subject to removal in a future version.usereplaceWith()static ReplaceWithReplaceWith. with(dev.morphia.aggregation.expressions.impls.Expression expression)Deprecated, for removal: This API element is subject to removal in a future version.
-