public class CsvHttpMessageConverter extends BaseHttpMessageConverter<EntityCollection>
DEFAULT_CHARSET| Constructor and Description |
|---|
CsvHttpMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected EntityCollection |
readInternal(Class<? extends EntityCollection> clazz,
org.springframework.http.HttpInputMessage inputMessage) |
protected boolean |
supports(Class<?> clazz) |
protected void |
writeInternal(EntityCollection entities,
org.springframework.http.HttpOutputMessage outputMessage) |
getCharsetprotected void writeInternal(EntityCollection entities, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<EntityCollection>IOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionprotected boolean supports(Class<?> clazz)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<EntityCollection>protected EntityCollection readInternal(Class<? extends EntityCollection> clazz, org.springframework.http.HttpInputMessage inputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<EntityCollection>IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionCopyright © 2017. All Rights Reserved.