Class ClientProxyBuilder<A,D>

java.lang.Object
nl.knaw.dans.lib.util.ClientProxyBuilder<A,D>
Type Parameters:
A - the ApiClient class, that serves as an intermediary between the proxy and the underlying HTTP client
D - the proxy class used by the application to call specific endpoints

public class ClientProxyBuilder<A,D> extends Object
Builder for creating a client proxy for an API endpoint. This is some boilerplate code that is needed to connect the http client (e.g. Jersey) to the classes generated by OpenAPI Generator.