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).
requiredType - the type that each result object is expected to match
Since
4.1