Class LocalDateAsDateTimeCodec

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

    public final class LocalDateAsDateTimeCodec
    extends Object
    implements Codec<LocalDate>

    Encodes and decodes LocalDate values to and from BSON DateTime.

    Note the following implementation details:

    • the time part is considered midnight;
    • the zone offset part is considered UTC.

    This type is immutable.