HttpMessageConverterExtractor(responseType: Class<T>, messageConverters: MutableList<HttpMessageConverter<*>>)
Create a new instance of the HttpMessageConverterExtractor with the given response type and message converters. The given converters must support the response type.
HttpMessageConverterExtractor(responseType: Type, messageConverters: MutableList<HttpMessageConverter<*>>)
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters. The given converters must support the response type.