@CompileStatic class LocalDateCodec extends Object implements Codec<LocalDate>, LocalDateBsonConverter
A class to translate a LocalDate in MongoDB
| Constructor and description |
|---|
LocalDateCodec() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
LocalDate |
decode(BsonReader reader, DecoderContext decoderContext) |
|
void |
encode(BsonWriter writer, LocalDate value, EncoderContext encoderContext) |
|
Class<LocalDate> |
getEncoderClass() |