Add properties
setter to ProblemDetail
#31430
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: kotlin
An issue related to Kotlin support
type: enhancement
A general enhancement
Milestone
When I create a ProblemDetail class in Kotlin and want to add properties, I have to do it AS-IS.
When adding object property configuration using a scope function like apply, why can't we do it like TO-BE?
If I didn't consider things like TO-BE in my previous class design, will it be okay if I try to propose code after writing a PR?
AS-IS
TO-BE
The text was updated successfully, but these errors were encountered: