Generic mapper that converts a row to a data class object. First maps the row to Map using ColumnNameMapper, then uses reflection (via toDataObject) to create a class instance.
toDataObject
Target object class.