https://github.com/maciejwalkowiak/lombok-jackson-sample
Lombok @Value + Jackson Serialisation & Deserialisation Sample
https://github.com/maciejwalkowiak/lombok-jackson-sample
jackson java lombok
Last synced: 8 months ago
JSON representation
Lombok @Value + Jackson Serialisation & Deserialisation Sample
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/lombok-jackson-sample
- Owner: maciejwalkowiak
- Created: 2019-03-06T13:17:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T08:11:15.000Z (over 6 years ago)
- Last Synced: 2025-01-07T22:53:41.862Z (9 months ago)
- Topics: jackson, java, lombok
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lombok-jackson-sample
Very simple sample app just to show how to use [Lombok](https://projectlombok.org) `@Value` classes together with Jackson so that both serialisation and deserialisation work without any issues.
Inspired by [tweet](https://twitter.com/mkheck/status/1102950354763825152)

btw, if you work with Java & 🍃Spring I post time to time tutorials on YouTube - check [📺Spring Academy](https://www.youtube.com/c/springacademy)