Skip to content

Refine AbstractKotlinSerializationHttpMessageConverter#canWrite #35920

@sdeleuze

Description

@sdeleuze

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)theme: kotlinAn issue related to Kotlin supporttype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions