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