open static fun <T : Any> newInstance(mappedClass: Class<T>): BeanPropertyRowMapper<T>
Static factory method to create a new BeanPropertyRowMapper (with the mapped class specified only once).
BeanPropertyRowMapper
mappedClass - the class that each row should be mapped to
mappedClass