Class MatchCodec
- java.lang.Object
-
- dev.morphia.aggregation.experimental.codecs.stages.StageCodec<Match>
-
- dev.morphia.aggregation.experimental.codecs.stages.MatchCodec
-
- All Implemented Interfaces:
org.bson.codecs.Codec<Match>
,org.bson.codecs.Decoder<Match>
,org.bson.codecs.Encoder<Match>
public class MatchCodec extends StageCodec<Match>
-
-
Constructor Summary
Constructors Constructor Description MatchCodec(Mapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encodeStage(org.bson.BsonWriter writer, Match value, org.bson.codecs.EncoderContext encoderContext)
Class<Match>
getEncoderClass()
-
Methods inherited from class dev.morphia.aggregation.experimental.codecs.stages.StageCodec
decode, encode, getCodecRegistry, getMapper
-
-
-
-
Constructor Detail
-
MatchCodec
public MatchCodec(Mapper mapper)
-
-
Method Detail
-
encodeStage
protected void encodeStage(org.bson.BsonWriter writer, Match value, org.bson.codecs.EncoderContext encoderContext)
- Specified by:
encodeStage
in classStageCodec<Match>
-
-