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