CustomObjectMapper
fun <T : Any> CustomObjectMapper(mapper: DataMapper<T>, options: InternalQueryOptions): RowMapper<T>
Creates a mapper that converts each row using a provided manual mapper.
This is the most efficient way to map rows as it bypasses reflection entirely.