I'm doing a migration from Jersey's Client API (https://jersey.java.net/documentation/latest/client.html) 1.x to 2.x, and the queryParams(map) method of WebResource did not make it over to WebTarget, or it's Builder, or it's Invocation. There's just queryParam ( key, value).
Is there another way to add multiple parameters? I'm not adding a list, like: Handling Multiple Query Parameters in Jersey