Package io.github.cbartosiak.bson.codecs.jsr310.localdate
Contains
LocalDate
codecs.-
Class Summary Class Description LocalDateAsDateTimeCodec Encodes and decodesLocalDate
values to and fromBSON DateTime
.LocalDateAsDocumentCodec Encodes and decodesLocalDate
values to and fromBSON Document
, such as{ year: 2018, month: 1, day: 2 }
.LocalDateAsStringCodec Encodes and decodesLocalDate
values to and fromBSON String
, such as2018-01-02
.