@Trait @CompileStatic trait LocalDateBsonConverter extends Object implements TemporalBsonConverter<LocalDate>, LocalDateConverter
A trait to read and write a LocalDate to MongoDB
| Type Params | Return Type | Name and description |
|---|---|---|
|
BsonType |
bsonType() |
|
LocalDate |
read(BsonReader reader) |
|
void |
write(BsonWriter writer, LocalDate value) |