Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jackson example without annotations

Jackson is an efficient and simple to use Java library for data-binding of JSON documents and POJOs. When I first used Jackson following various examples, I was slightly annoyed by having to annotate stuff or having to manually create a no-args constructor just for Jackson's sake. These issues also came up when using Lombok with my POJOs. This is an example of how to use Jackson without annotations and without introducing an unnecessary no-args constructor.

About

JSON with Jackson and without annotations

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages