139140141142143144145146147
} } protected <T> void fillConfig(T conf, Object[] row, int column) { RpcConfigGetSetProxy proxy = new RpcConfigGetSetProxy(conf); proxy.setValue((String)row[KEY], row[column]); }