Generated by
JDiff

Class org.springframework.web.client.HttpMessageConverterExtractor

Documentation changed from old to new.

Added Constructors
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) Creates a new instance of the {@code HttpMessageConverterExtractor} with the given response type and message converters.
 

Changed Constructors
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) Documentation changed from old to new.
Creates a new instance of the {@code HttpMessageConverterExtractor} with the given response type and message converters.
 

Changed Methods
boolean hasMessageBody(ClientHttpResponse) Documentation changed from old to new.
Indicates whether the given response has a message body.