spring-framework / org.springframework.jdbc.core / BeanPropertyRowMapper / newInstance

newInstance

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).

Parameters

mappedClass - the class that each row should be mapped to