码迷,mamicode.com
首页 > 其他好文 > 详细

resttemplate.postforobject

时间:2017-08-25 15:51:50      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:ora   add   request   present   nbsp   object   lis   acl   member   

<T> T postForObject(String url, Object request, Class<T> responseType, Map<String,?> uriVariables)
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
<T> T postForObject(String url, Object request, Class<T> responseType, Object... uriVariables)
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
<T> T postForObject(URI url, Object request, Class<T> responseType)
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.

resttemplate.postforobject

标签:ora   add   request   present   nbsp   object   lis   acl   member   

原文地址:http://www.cnblogs.com/goldengallo/p/7428154.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!