Uses of Class
dev.morphia.aggregation.stages.Redact
-
Packages that use Redact Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages 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.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Redact Modifier and Type Method Description Class<Redact>RedactCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Redact Modifier and Type Method Description protected voidRedactCodec. encodeStage(BsonWriter writer, Redact value, EncoderContext encoderContext) -
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(dev.morphia.aggregation.expressions.impls.Expression expression)Deprecated, for removal: This API element is subject to removal in a future version.static RedactRedact. redact(dev.morphia.aggregation.expressions.impls.Expression expression)Creates a redaction stage with the given expression
-