Introduce SmartHttpMessageConverter
#33118
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
SmartHttpMessageConverter
adresses severalGenericHttpMessageConverter
limitations, while providing a contract more consistent with WebFluxEncoder
andDecoder
, with the following differences:ResolvableType
parameter is used instead of aType
one.MethodParameter
today, maybeKType
tomorrow) can be retrieved via theResolvableType
source.contextClass
parameter (can be deduced from theMethodParameter
).@Nullable Map<String, Object> hints
additional parameter for write and read methods.The text was updated successfully, but these errors were encountered: