Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luismoramedina/83e39513298828ba0704 to your computer and use it in GitHub Desktop.
Save luismoramedina/83e39513298828ba0704 to your computer and use it in GitHub Desktop.
return request.getParameterMap().entrySet().stream()
.collect(Collectors.toMap(e -> e.getKey(), e -> e.getValue()[0]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment