Abstract classes in Jersey with JAXB/Jackson

Mikael Magnusson
I am a developer
Published in
1 min readMar 19, 2016

To implement abstract classes in your Jersey app (that should be serialized/deserialized) you need to setup JAXB and Jackson in a way so those libraries know how to work with your object models.

This is not a deep dive into this since it has been covered before. It’s just a gist showing what my implementation look like.

--

--