PersonUtilityを定義できます @componentを追加するSpringBeanとしてのクラス クラスの上。
次に、BusinessRowMapperのフィールドを自動配線できます
@Component
public class BusinessRowMapper implements RowMapper<PersonDetails> {
@Autowired
private PersonUtility utils;
...
}