internal class OffsetDateTimeWriteConverter : Converter<OffsetDateTime, Date?>

MongoDB write type converter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <U : Any?> andThen(after: Converter<in Date?, out @Nullable U?>?): Converter<OffsetDateTime?, @Nullable U?>?
Link copied to clipboard
open override fun convert(source: OffsetDateTime): Date?