-
Couldn't load subscription status.
- Fork 3k
Closed
Labels
area/jacksonIssues related to Jackson (JSON library)Issues related to Jackson (JSON library)kind/enhancementNew feature or requestNew feature or request
Milestone
Description
Description
At this time reflection-free deserialization works only for POJO classes with getters and setters. This may be undesirable in some cases (eg user may prefer immutable objects). I suggest to add support for @JsonCreator[1] and related annotations, so objects can be deserialized using constructors.
This feature was first suggested as a solution to this issue: #46458
Implementation ideas
No response
Metadata
Metadata
Assignees
Labels
area/jacksonIssues related to Jackson (JSON library)Issues related to Jackson (JSON library)kind/enhancementNew feature or requestNew feature or request