Package app.sdkgen.client
Class ResourceAbstract
java.lang.Object
app.sdkgen.client.ResourceAbstract
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected org.apache.http.client.HttpClientprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
ConstructorsConstructorDescriptionResourceAbstract(String baseUrl, org.apache.http.client.HttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
-
Field Details
-
baseUrl
-
httpClient
protected org.apache.http.client.HttpClient httpClient -
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ResourceAbstract
public ResourceAbstract(String baseUrl, org.apache.http.client.HttpClient httpClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details