FasterXML / FasterXML/jackson-annotations
Add `ElementType.PARAMETER` to `@JsonIgnore` to allow use for Constructor parameters
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 1.1k
- Forks
- 342
- Ø Merge
- 8 Std. 53 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
(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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.