Commit 1af25e9
committed
Add HttpMessageConverters
Prior to this commit, Spring Web would configure
`HttpMessageConverter<?>` collections on clients like `RestTemplate` and
on the server infrastructure, in `WebMvcConfigurationSupport`.
This commit introduces a high-level construct for building and
configuring ordered collections of converters.
This includes:
* configuration of well-known converters with classpath detection
* configuration of shared converters, or client/server specific
* configuration of custom converters
See gh-338941 parent 4b44a34 commit 1af25e9
File tree
3 files changed
+1237
-0
lines changed- spring-web/src
- main/java/org/springframework/http/converter
- test/java/org/springframework/http/converter
3 files changed
+1237
-0
lines changed
0 commit comments