users@jersey.java.net

[Jersey] Re: Question about JSON marshaling of response with nested generics

From: Matthew Hall <mhall_at_mhcomputing.net>
Date: Thu, 30 May 2013 14:38:40 -0700

On Thu, May 30, 2013 at 05:26:51PM -0400, Noah White wrote:
> I'm having trouble attempting to marshal JSON from a class containing nested
> generics.

I'm not sure if it will help as I'm a bit new to this myself, but did you
enable the POJOMappingFeature in Jackson? I had to do that to get stuff
similar to, but not exactly like, this, working in my own code.

Matthew.