users@jersey.java.net

[Jersey] NSIMPL/LinkedHashMap type returned when getting data via Jersey

From: <reaganej_at_gmail.com>
Date: Tue, 13 Sep 2011 13:02:47 +0000 (GMT)

I was able to figure out the hair brained thing I was doing. I was
passing in a typed argument of Object instead of the actual type of the
collection. Instead needed to do new GenericType(TYPE) and use the get
on that.