public interface OctetStreamMessageConverter<T> extends HttpMessageReader<T>, HttpMessageWriter<T>
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
OCTET_STREAM_MEDIA_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
contentTypes() |
canRead, readcanWrite, writestatic final ContentType OCTET_STREAM_MEDIA_TYPE
default java.util.Collection<ContentType> contentTypes()
contentTypes in interface HttpMessageConverterCopyright © 2019. All Rights Reserved.