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