Package com.xero.api
Class ApiClient.JacksonJsonHttpContent
java.lang.Object
com.google.api.client.http.AbstractHttpContent
com.xero.api.ApiClient.JacksonJsonHttpContent
- All Implemented Interfaces:
com.google.api.client.http.HttpContent,com.google.api.client.util.StreamingContent
- Enclosing class:
- ApiClient
public class ApiClient.JacksonJsonHttpContent
extends com.google.api.client.http.AbstractHttpContent
-
Constructor Summary
Constructors Constructor Description JacksonJsonHttpContent(Object data) -
Method Summary
Modifier and Type Method Description voidwriteTo(OutputStream out)Methods inherited from class com.google.api.client.http.AbstractHttpContent
computeLength, computeLength, getCharset, getLength, getMediaType, getType, retrySupported, setMediaType
-
Constructor Details
-
JacksonJsonHttpContent
-
-
Method Details
-
writeTo
- Throws:
IOException
-