2019-11-22 07:52:42 -05:00
|
|
|
|
## Jackson Annotations
|
|
|
|
|
|
|
|
|
|
This module contains articles about Jackson annotations.
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [Guide to @JsonFormat in Jackson](https://www.baeldung.com/jackson-jsonformat)
|
|
|
|
|
- [More Jackson Annotations](https://www.baeldung.com/jackson-advanced-annotations)
|
|
|
|
|
- [Jackson – Bidirectional Relationships](https://www.baeldung.com/jackson-bidirectional-relationships-and-infinite-recursion)
|
2019-12-02 04:44:19 -05:00
|
|
|
|
- [Jackson JSON Views](https://www.baeldung.com/jackson-json-view-annotation)
|
2022-04-18 08:16:03 -04:00
|
|
|
|
- [Deduction-Based Polymorphism in Jackson 2.12](https://www.baeldung.com/jackson-deduction-based-polymorphism)
|
2023-01-18 18:25:57 -05:00
|
|
|
|
- [@JsonIgnore vs @Transient](https://www.baeldung.com/java-jsonignore-vs-transient)
|
2023-06-15 10:23:23 -04:00
|
|
|
|
- [@JsonMerge Annotation in Jackson](https://www.baeldung.com/java-jsonmerge-annotation-jackson)
|