Class MatchCodec
- java.lang.Object
-
- dev.morphia.aggregation.codecs.stages.StageCodec<Match>
-
- dev.morphia.aggregation.codecs.stages.MatchCodec
-
-
Constructor Summary
Constructors Constructor Description MatchCodec(Datastore datastore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encodeStage(BsonWriter writer, Match value, EncoderContext encoderContext)
Class<Match>
getEncoderClass()
-
Methods inherited from class dev.morphia.aggregation.codecs.stages.StageCodec
decode, encode, getCodecRegistry, getDatastore
-
-
-
-
Constructor Detail
-
MatchCodec
public MatchCodec(Datastore datastore)
-
-
Method Detail
-
encodeStage
protected void encodeStage(BsonWriter writer, Match value, EncoderContext encoderContext)
- Specified by:
encodeStage
in classStageCodec<Match>
-
-