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