| Constructor and Description |
|---|
FilterConverter(FilterConfiguration filterConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(Class clazz,
org.springframework.http.MediaType mediaType) |
boolean |
canWrite(Class clazz,
org.springframework.http.MediaType mediaType) |
List<org.springframework.http.MediaType> |
getSupportedMediaTypes() |
protected Object |
readInternal(Class<?> clazz,
org.springframework.http.HttpInputMessage inputMessage) |
protected boolean |
supports(Class<?> clazz) |
protected void |
writeInternal(Object object,
org.springframework.http.HttpOutputMessage outputMessage) |
public FilterConverter(FilterConfiguration filterConfiguration)
protected boolean supports(Class<?> clazz)
supports in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>public List<org.springframework.http.MediaType> getSupportedMediaTypes()
public boolean canRead(Class clazz, org.springframework.http.MediaType mediaType)
public boolean canWrite(Class clazz, org.springframework.http.MediaType mediaType)
protected Object readInternal(Class<?> clazz, org.springframework.http.HttpInputMessage inputMessage) throws org.springframework.http.converter.HttpMessageNotReadableException
readInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>org.springframework.http.converter.HttpMessageNotReadableExceptionprotected void writeInternal(Object object, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException
writeInternal in class org.springframework.http.converter.AbstractHttpMessageConverter<Object>IOExceptionorg.springframework.http.converter.HttpMessageNotWritableExceptionCopyright © 2019. All rights reserved.