Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding support for Builder-style construction (via annotation-support) #87

Open
cowtowncoder opened this issue May 14, 2021 · 1 comment

Comments

@cowtowncoder
Copy link
Member

One popular way of creating value type instances is that of using Builder-style construction; especially with frameworks such as Lombok and Immutables. It would be great if jackson-jr supported this too.

One practical thing that is unfortunate is that we cannot really use standard Jackson annotations (@JsonPOJOBuilder) since that is not part of jackson-annotations (but jackson-databind).
So it would probably be necessary to add one or more annotations under jr-annotation-support.

@cowtowncoder
Copy link
Member Author

Note: pr #86 has some relevant discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant