Closed
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.