Tags
Here’s the Deal
Slant is powered by a community that helps you make informed decisions. Tell us what you’re passionate about to get your personalized feed and help others.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Annotation-driven
For most practical scenarios you can get away with annotating your Java model class, leading to lesser and cleaner code.
Pro Great customizability
With its plethora of annotations and the ability to write custom Java extension points, you can manipulate a Jackson model any way you like.
Pro Integrates well with REST frameworks like Jersey
Ready-made adaptors are available for other frameworks, like jersey-media-json-jackson
Cons
Con Dependency management issues
Especially when integrating with other frameworks, a single version mismatch can wreak havoc with your application stack.
