mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 05:30:51 +00:00
Adding the ability to get/set the httpClient for jersey2
This commit is contained in:
parent
bd705a49d6
commit
df60cd2d8b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user