@groovy.transform.CompileStatic class OffsetDateTimeCodec extends java.lang.Object implements org.bson.codecs.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(org.bson.BsonReader reader, org.bson.codecs.DecoderContext decoderContext) |
|
void |
encode(org.bson.BsonWriter writer, java.time.OffsetDateTime value, org.bson.codecs.EncoderContext encoderContext) |
|
java.lang.Class<java.time.OffsetDateTime> |
getEncoderClass() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), 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() |