How to receive application/pdf response from a server using RestTemplate
问题 I am trying capture the response of an HTTP request made by my java client code. The response has a content-type of application/pdf . In the logs I can see that the server sent a response in Object result = getRestTemplate().postForObject(urlString, formDataHttpEntity, returnClassObject, parametersMapStringString); and I get the following JUnit error: org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [java