| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Optional<HttpMessageReader<T>> |
HttpMessageConverters.readerOf(ContentType contentType,
java.lang.reflect.Type type) |
<T> java.util.Collection<HttpMessageReader<T>> |
HttpMessageConverters.readersOf(java.lang.reflect.Type type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormURLEncodedMessageConverter<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonMessageConverter<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OctetStreamMessageConverter<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextMessageConverter<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
StringMessageConverter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WildcardMessageConverter<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlMessageConverter<T> |
Copyright © 2019. All Rights Reserved.