spring-framework/spring-webmvc
Arjen Poutsma 903493e9a9 Various MultiValueMap improvements
This commit makes several improvements to MultiValueMap:
- asSingleValueMap offers a single-value view (as opposed to the
  existing toSingleValueMap, which offers a copy)
- fromSingleValue is a static method that adapts a Map<?,?> to the
  MultiValueMap interface
- fromMultiValue is a static method that adapts a Map<?,List<?>> to the
  MultiValueMap interface

Closes gh-32832
2024-05-24 11:44:55 +02:00
..
src Various MultiValueMap improvements 2024-05-24 11:44:55 +02:00
spring-webmvc.gradle Introduce support for webjars-locator-lite 2024-04-02 10:16:51 +02:00