Spring RestTemplate 使用问题。
我用SpringRestTemplate的时候如果是获取一个对象可以用Goodsgoods=restTemplate.getForObject(url,Goods.cla...
我用Spring RestTemplate 的时候如果是获取一个对象 可以用
Goods goods = restTemplate.getForObject(url, Goods.class);
但是获取一个list 或者map集合怎么弄呢? 展开
Goods goods = restTemplate.getForObject(url, Goods.class);
但是获取一个list 或者map集合怎么弄呢? 展开
2个回答
展开全部
直接取就OK.
List<Goods> goodsList = restTemplate.getForObject(url, List.class);
参考: http : / / thekspace.com/home/component/content/article/57-restful-clients-in-spring-3.html
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询