@groovy.transform.CompileStatic class OffsetDateTimeCodec extends java.lang.Object implements Codec<java.time.OffsetDateTime>, OffsetDateTimeBsonConverter
A class to translate a java.time.OffsetDateTime in MongoDB
Constructor and description |
---|
OffsetDateTimeCodec() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.time.OffsetDateTime |
decode(BsonReader reader, DecoderContext decoderContext) |
|
void |
encode(BsonWriter writer, java.time.OffsetDateTime value, EncoderContext encoderContext) |
|
java.lang.Class<java.time.OffsetDateTime> |
getEncoderClass() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |