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