Uses of Class
org.springframework.data.mongodb.core.aggregation.ReplaceWithOperation
Packages that use ReplaceWithOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ReplaceWithOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ReplaceWithOperationModifier and TypeMethodDescriptionstatic ReplaceWithOperationReplaceWithOperation.replaceWithValue(Object value) Creates new instance ofReplaceWithOperation.static ReplaceWithOperationReplaceWithOperation.replaceWithValueOf(Object value) Methods in org.springframework.data.mongodb.core.aggregation with parameters of type ReplaceWithOperationModifier and TypeMethodDescriptionAggregationUpdate.replaceWith(ReplaceWithOperation replaceWithOperation) $replaceWithreplaces the input document with the specified document.