Class UnionWithCodec

  • All Implemented Interfaces:
    org.bson.codecs.Codec<UnionWith>, org.bson.codecs.Decoder<UnionWith>, org.bson.codecs.Encoder<UnionWith>

    public class UnionWithCodec
    extends StageCodec<UnionWith>
    Encodes a UnionWith stage
    Since:
    2.1
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • UnionWithCodec

        public UnionWithCodec​(Mapper mapper)
        Creates the codec
        Parameters:
        mapper - the mapper to use
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.