Uses of Class
dev.morphia.aggregation.stages.ReplaceWith
-
Packages that use ReplaceWith Package Description dev.morphia.aggregation 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.stages
Methods in dev.morphia.aggregation.stages that return ReplaceWith Modifier and Type Method Description ReplaceWithReplaceWith. field(String name, Expression expression)Adds a new fieldstatic ReplaceWithReplaceWith. replaceWith()Creates a new stagestatic ReplaceWithReplaceWith. replaceWith(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(Expression expression)Deprecated, for removal: This API element is subject to removal in a future version.
-