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

newInstance

open static fun <T : Any> newInstance(requiredType: Class<T>): SingleColumnRowMapper<T>

Static factory method to create a new SingleColumnRowMapper (with the required type specified only once).

Parameters

requiredType - the type that each result object is expected to match

Since
4.1