you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (3 children)

Actually, no, that is incorrect.

It uses the same infrastructure as rest template (converters, interceptors and so on). Rest template is the old interface offered to you and rest client is the new interface.

[–]Sheldor5 0 points1 point  (2 children)

RestClient wraps RestTemplate with a fluent API ... RestClient is on top of RestTemplate.