public interface HttpMessageWriter<T> extends HttpMessageConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canWrite(java.lang.Class<?> type) |
void |
write(T body,
HttpRequestMessage httpRequestMessage) |
contentTypeboolean canWrite(java.lang.Class<?> type)
void write(T body, HttpRequestMessage httpRequestMessage) throws RestifyHttpMessageWriteException
RestifyHttpMessageWriteExceptionCopyright © 2016. All Rights Reserved.