| Modifier and Type | Method and Description |
|---|---|
ContentType |
ContentType.append(java.lang.String name,
java.lang.String value) |
static ContentType |
ContentType.of(java.lang.String value) |
static ContentType |
ContentType.of(java.lang.String type,
java.lang.String subtype) |
| Modifier and Type | Method and Description |
|---|---|
static Header |
Header.accept(ContentType... contentTypes) |
boolean |
ContentType.compatible(ContentType contentType) |
static Header |
Header.contentType(ContentType contentType) |
boolean |
ContentType.is(ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
static Header |
Header.accept(java.util.Collection<ContentType> contentTypes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentType> |
HttpMessageConverter.contentTypes() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Optional<HttpMessageReader<T>> |
HttpMessageConverters.readerOf(ContentType contentType,
java.lang.reflect.Type type) |
<T> java.util.Optional<HttpMessageWriter<T>> |
HttpMessageConverters.writerOf(ContentType contentType,
java.lang.Class<?> type) |
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
FormURLEncodedMessageConverter.APPLICATION_X_WWW_FORM_URLENCODED |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
FormURLEncodedMessageConverter.contentTypes() |
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
MultipartFormMessageWriter.MULTIPART_FORM_DATA_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
MultipartFormMessageWriter.contentTypes() |
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
JsonMessageConverter.APPLICATION_JSON_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
JsonMessageConverter.contentTypes() |
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
OctetStreamMessageConverter.OCTET_STREAM_MEDIA_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
OctetStreamMessageConverter.contentTypes() |
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
WildcardMessageConverter.WILDCARD_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
WildcardMessageConverter.contentTypes() |
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
XmlMessageConverter.APPLICATION_XML_CONTENT_TYPE |
static ContentType |
XmlMessageConverter.TEXT_XML_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Collection<ContentType> |
XmlMessageConverter.contentTypes() |
Copyright © 2019. All Rights Reserved.