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