@groovy.transform.CompileStatic class LocalDateTimeCodec extends java.lang.Object implements Codec<java.time.LocalDateTime>, LocalDateTimeBsonConverter
A class to translate a java.time.LocalDateTime in MongoDB
Constructor and description |
---|
LocalDateTimeCodec() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.time.LocalDateTime |
decode(BsonReader reader, DecoderContext decoderContext) |
|
void |
encode(BsonWriter writer, java.time.LocalDateTime value, EncoderContext encoderContext) |
|
java.lang.Class<java.time.LocalDateTime> |
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() |