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
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<EntityCollection>IOExceptionprotected 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
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<EntityCollection>IOExceptionCopyright © 2017. All rights reserved.