Class LocalDateTimeCodec

    • Constructor Detail

      • LocalDateTimeCodec

        public LocalDateTimeCodec()
    • Method Detail

      • decode

        public LocalDateTime decode​(BsonReader reader,
                                    DecoderContext decoderContext)
        Description copied from interface: Decoder
        Decodes a BSON value from the given reader into an instance of the type parameter T.
        Parameters:
        reader - the BSON reader
        decoderContext - the decoder context
        Returns:
        an instance of the type parameter T.
      • getEncoderClass

        public Class<LocalDateTime> getEncoderClass()
        Description copied from interface: Encoder
        Returns the Class instance that this encodes. This is necessary because Java does not reify generic types.
        Returns:
        the Class instance that this encodes.