Skip to content

Presentation: jackson 2.0 modules

cowtowncoder edited this page Aug 8, 2012 · 3 revisions

Jackson 2.0 Modules

Data formats

Datatype libraries

JVM language support

Framework interoperability

  • JAX-RS providers:
  • for JSON
  • for XML
  • JAXB Annotations module: use JAXB annotations as alternative to Jackson annotations
  • NOTE: does NOT aim for full JAXB implementation, but rather use of JAXB annotations

Other:

  • Mr Bean for interface-based development (since 1.6)
  • Afterburner for the Ultimate Performance (since 1.8)