Uses of Class
dev.morphia.aggregation.experimental.stages.Match
-
Packages that use Match Package Description dev.morphia.aggregation.experimental.codecs.stages dev.morphia.aggregation.experimental.stages -
-
Uses of Match in dev.morphia.aggregation.experimental.codecs.stages
Methods in dev.morphia.aggregation.experimental.codecs.stages that return types with arguments of type Match Modifier and Type Method Description Class<Match>
MatchCodec. getEncoderClass()
Methods in dev.morphia.aggregation.experimental.codecs.stages with parameters of type Match Modifier and Type Method Description protected void
MatchCodec. encodeStage(org.bson.BsonWriter writer, Match value, org.bson.codecs.EncoderContext encoderContext)
-
Uses of Match in dev.morphia.aggregation.experimental.stages
Methods in dev.morphia.aggregation.experimental.stages that return Match Modifier and Type Method Description static Match
Match. match(Filter... filters)
Creates the new stage using the filters for matchingstatic Match
Match. on(Filter... filters)
Deprecated, for removal: This API element is subject to removal in a future version.usematch(Filter...)
-