| Class and Description |
|---|
| org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
In favor of
MappingJackson2HttpMessageConverter |
| Method and Description |
|---|
| org.springframework.web.util.UriUtils.encodeHttpUrl(String, String)
in favor of
UriComponentsBuilder; see note about query param encoding |
| org.springframework.web.util.UriTemplate.encodeUri(String)
No longer in use, with no direct replacement
|
| org.springframework.web.util.UriUtils.encodeUri(String, String)
in favor of
UriComponentsBuilder; see note about query param encoding |
| org.springframework.web.util.UriUtils.encodeUriComponents(String, String, String, String, String, String, String, String, String)
in favor of
UriComponentsBuilder |
| Constructor and Description |
|---|
| org.springframework.web.client.RestTemplate(boolean)
in favor of
RestTemplate.RestTemplate(List) |
| org.springframework.web.client.RestTemplate(boolean, ClientHttpRequestFactory) |