Browse Source
AbstractKotlinSerializationHttpMessageConverter#writeInternal is able to resolve the ResolvableType from the Object parameter when the provided one via the ResolvableType parameter is not resolvable, but AbstractKotlinSerializationHttpMessageConverter#canWrite lacks of such capability. This commit refines AbstractKotlinSerializationHttpMessageConverter#canWrite to resolve the ResolvableType from the Class<?> parameter when the provided one via the ResolvableType parameter is not resolvable. Closes gh-35920pull/35933/head
2 changed files with 6 additions and 5 deletions
Loading…
Reference in new issue