Uses of Class
dev.morphia.aggregation.stages.Redact
-
Packages that use Redact Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of Redact in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Redact Modifier and Type Method Description Aggregation<T>Aggregation. redact(Redact redact)Restricts the contents of the documents based on information stored in the documents themselves.Aggregation<T>AggregationImpl. redact(Redact redact) -
Uses of Redact in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Redact Modifier and Type Method Description static RedactRedact. on(Expression expression)Deprecated, for removal: This API element is subject to removal in a future version.static RedactRedact. redact(Expression expression)Creates a redaction stage with the given expression
-