Kotlin Mapper Factory
This {@link RowMapperFactory} creates a new, generic {@link KotlinMapper} for every data class used. By installing this factory, any Kotlin data class will have an automatic, implicit row mapper.
While this sounds attractive, it does not support prefix mapping which leads to problems in more complex scenarios.
In general, registering explicit mappers using {@link Handle#registerRowMapper} is much preferred.