public class FilteringTextMessageConverter extends org.springframework.http.converter.AbstractHttpMessageConverter<Object>
ResponseEnvelope attributes.| Constructor and Description |
|---|
FilteringTextMessageConverter(org.springframework.http.MediaType supportedMediaType) |
FilteringTextMessageConverter(org.springframework.http.MediaType supportedMediaType,
String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
readInternal(Class<?> aClass,
org.springframework.http.HttpInputMessage httpInputMessage) |
void |
setDelimiter(String delimiter) |
protected boolean |
supports(Class<?> aClass) |
protected void |
writeInternal(Object o,
org.springframework.http.HttpOutputMessage httpOutputMessage) |
public FilteringTextMessageConverter(org.springframework.http.MediaType supportedMediaType,
String delimiter)
public FilteringTextMessageConverter(org.springframework.http.MediaType supportedMediaType)
public void setDelimiter(String delimiter)
protected boolean supports(Class<?> aClass)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>protected Object readInternal(Class<?> aClass, org.springframework.http.HttpInputMessage httpInputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>IOExceptionorg.springframework.http.converter.HttpMessageNotReadableExceptionprotected void writeInternal(Object o, org.springframework.http.HttpOutputMessage httpOutputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>IOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionCopyright © 2016. All rights reserved.