-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
SmartHttpMessageConverter
adresses several GenericHttpMessageConverter
limitations, while providing a contract more consistent with WebFlux Encoder
and Decoder
, with the following differences:
- A
ResolvableType
parameter is used instead of aType
one. - The source (
MethodParameter
today, maybeKType
tomorrow) can be retrieved via theResolvableType
source. - No
contextClass
parameter (can be deduced from theMethodParameter
). - A
@Nullable Map<String, Object> hints
additional parameter for write and read methods.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement