-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
to-evaluateIssue that has been received but not yet evaluatedIssue that has been received but not yet evaluated
Description
Non-creator @JsonAnySetter properties have their arguments returned in a LinkedHashMap, preserving their order. This is useful e.g. when outputing back to JSON.
However, when switching to creator properties (e.g. when converting a class to a record, now that @JsonAnySetter creator properties are supported), this behavior is lost.
Describe the solution you'd like
Make @JsonAnySetter creator properties behave similarly to non-creator ones, using a LinkedHashMap.
JooHyukKim
Metadata
Metadata
Assignees
Labels
to-evaluateIssue that has been received but not yet evaluatedIssue that has been received but not yet evaluated