Package si.mazi.rescu
Interface RequestWriter
- All Known Implementing Classes:
FormUrlEncodedRequestWriter,JacksonRequestWriter,NullRequestWriter,ToStringRequestWriter
public interface RequestWriter
Interface for serializing data sent to REST services (HTTP body).
- Author:
- Martin ZIMA
-
Method Summary
Modifier and Type Method Description StringwriteBody(RestInvocation invocation)