-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Milestone
Description
ConstructorProperties provide a standard way to communicate constructor properties. Currently, you have to use JsonCreator
with JsonProperty
to achieve the same behavior with jackson.
Libraries like lombok generate constructors using the standard annotation, which makes it necessary to manually annotate the constructor when using jackson. There are already libraries that add support for this annotation but I believe it could be added to the main project without problems.
I believe ConstructorProperties is absent on android so it might be necessary to handle that gracefully.
Metadata
Metadata
Assignees
Labels
No labels