forked from loafle/openapi-generator-original
Adding the ability to get/set the httpClient for jersey2
This commit is contained in:
@@ -98,6 +98,15 @@ public class ApiClient {
|
||||
return json;
|
||||
}
|
||||
|
||||
public Client getHttpClient() {
|
||||
return httpClient;
|
||||
}
|
||||
|
||||
public ApiClient setHttpClient(Client httpClient) {
|
||||
this.httpClient = httpClient;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getBasePath() {
|
||||
return basePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user