Class UnionWithCodec

  • All Implemented Interfaces:
    Codec<UnionWith>, Decoder<UnionWith>, Encoder<UnionWith>

    @MorphiaInternal
    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

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