Is it possible to easily inject all of the query parameters for a REST call as a Map<String, String> or MultiValuedMap<String, String> without having to put each one in the method signature individually?

--Joe

Reply via email to