public class UriListHttpMessageConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<java.lang.Object>
HttpMessageConverter that can take various input formats and
produce a plain-text list of URIs (or read the same).| Constructor and Description |
|---|
UriListHttpMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
readInternal(java.lang.Class<?> clazz,
org.springframework.http.HttpInputMessage inputMessage) |
protected boolean |
supports(java.lang.Class<?> clazz) |
protected void |
writeInternal(java.lang.Object links,
org.springframework.http.HttpOutputMessage outputMessage) |
protected boolean supports(java.lang.Class<?> clazz)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<java.lang.Object>protected java.lang.Object readInternal(java.lang.Class<?> clazz,
org.springframework.http.HttpInputMessage inputMessage)
throws java.io.IOException,
org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<java.lang.Object>java.io.IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionprotected void writeInternal(java.lang.Object links,
org.springframework.http.HttpOutputMessage outputMessage)
throws java.io.IOException,
org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<java.lang.Object>java.io.IOExceptionorg.springframework.http.converter.HttpMessageNotWritableException