Class MergingEncoder<T>

  • Type Parameters:
    T - the entity type
    All Implemented Interfaces:
    org.bson.codecs.Encoder<Object>

    public class MergingEncoder<T>
    extends EntityEncoder
    Since:
    2.2
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • MergingEncoder

        public MergingEncoder​(Query<T> query,
                              MorphiaCodec<T> morphiaCodec)
        Parameters:
        query - the query
        morphiaCodec - the codec
        Since:
        2.2
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.