I am using Spring Resttemplate and have an issue about generics: Generics with Spring RESTTemplate I want to look at other equivalent libraries that I can handle that situation.

Are there any other choices?

有帮助吗?

解决方案

You can use the Jersey Framework (which has both client and server REST APIs): http://jersey.java.net/nonav/documentation/latest/client-api.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top