Uses of Class
org.springframework.data.mongodb.core.aggregation.RedactOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of RedactOperation in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionRedactOperation.RedactOperationBuilder.build()
static RedactOperation
Aggregation.redact
(AggregationExpression condition) Creates a newRedactOperation
that can restrict the content of a document based on information stored within the document itself.