users@jersey.java.net

[Jersey] Unmarshalling generic type using Jersey JSON

From: Hannes Hofmann <hannes.hofmann92_at_gmail.com>
Date: Wed, 10 Aug 2016 15:01:15 +0200

Hello together,

I am currently using Jersey JSON to marshal and unmarshal objects and
facing a problem when I want to unmarshall an object with a generic type.
Detailed information can be found here:
http://stackoverflow.com/questions/38752940/jersey-json-unmarshalling-generic-typed-class

1. Is it possible to unmarshal an object that contains a generic type?
2. If yes, how..?


Thanks,
Hannes