FasterXML / FasterXML/jackson-jr

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

Open
#87 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
266
Forks
34
Avg merge
3h 7m
Merged PRs (30d)
1

Description

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.