open class ResourceHttpMessageConverter : AbstractHttpMessageConverter<Resource>
Implementation of HttpMessageConverter that can read/write Resource and supports byte range requests.
By default, this converter can read all media types. The MediaTypeFactory is used to determine the Content-Type of written resources.
Author
Arjen Poutsma
Author
Juergen Hoeller
Author
Kazuki Shimizu
Since
3.0.2
ResourceHttpMessageConverter()
Create a new instance of the ResourceHttpMessageConverter(supportsReadStreaming: Boolean)
Create a new instance of the |