-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)theme: kotlinAn issue related to Kotlin supportAn issue related to Kotlin supporttype: enhancementA general enhancementA general enhancement
Milestone
Description
AbstractKotlinSerializationHttpMessageConverter#writeInternal is able to resolve the ResolvableType from the Object object parameter when the provided one via the ResolvableType type parameter is not resolvable, but AbstractKotlinSerializationHttpMessageConverter#canWrite lacks of such capability.
This issue intends to refine AbstractKotlinSerializationHttpMessageConverter#canWrite to resolve the ResolvableType from the Class<?> valueClass parameter when the provided one via the ResolvableType type parameter is not resolvable.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)theme: kotlinAn issue related to Kotlin supportAn issue related to Kotlin supporttype: enhancementA general enhancementA general enhancement