16 lines
832 B
Markdown
16 lines
832 B
Markdown
|
### Jackson Articles that are also part of the e-book
|
|||
|
|
|||
|
This module contains articles about Jackson that are also part of the Jackson Ebook.
|
|||
|
|
|||
|
### The Course
|
|||
|
|
|||
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|||
|
|
|||
|
### Relevant Articles:
|
|||
|
- [Jackson Ignore Properties on Marshalling](https://www.baeldung.com/jackson-ignore-properties-on-serialization)
|
|||
|
- [Jackson Unmarshalling json with Unknown Properties](https://www.baeldung.com/jackson-deserialize-json-unknown-properties)
|
|||
|
- [Jackson Annotation Examples](https://www.baeldung.com/jackson-annotations)
|
|||
|
- [Intro to the Jackson ObjectMapper](https://www.baeldung.com/jackson-object-mapper-tutorial)
|
|||
|
- [Ignore Null Fields with Jackson](https://www.baeldung.com/jackson-ignore-null-fields)
|
|||
|
- [Jackson – Change Name of Field](https://www.baeldung.com/jackson-name-of-property)
|