}
}
RowMapper<?> resultMapper = null;
if (scA.resultMapper() != Void.class) {
try {
resultMapper = (RowMapper<?>) scA.resultMapper().newInstance();
} catch (final InstantiationException | IllegalAccessException ex) {
LOG.error("Result mapper for sproc can not be instantiated", ex);
return null;