(columnMapper: StringAdd).self
(columnMapper: StringFormat).self
(columnMapper: ArrowAssoc[ColumnMapper[T]]).x
(Since version 2.10.0) Use leftOfArrow instead
(columnMapper: Ensuring[ColumnMapper[T]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Produces ColumnMap objects that map class
Tproperties to columns in a given Cassandra table.You can associate a custom
ColumnMapperobject with any of your classes by providing an implicitColumnMapperin the companion object of the mapped class: