FasterXML / FasterXML/jackson-annotations
Add `ElementType.PARAMETER` to `@JsonIgnore` to allow use for Constructor parameters
Open
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 342
- Avg merge
- 8h 53m
- Merged PRs (30d)
- 2
Description
(note: off-shoot of https://github.com/FasterXML/jackson-databind/issues/4626)
Looks like `@JsonIgnore` cannot be used on method/constructor parameters: latter can be problematic with Record types in particular (but also regulard POJOs' Constructors or Factory methods).
So let's add that in 2.18.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.