users@jersey.java.net

[Jersey] StringReaderProvider and ContainerRequestFilter

From: <jgowder_at_hotmail.com>
Date: Fri, 24 Aug 2012 20:26:50 +0000 (GMT)

How do I inject the StringReaderProvider into a ConatinerRequestFilter

I have some string data in the header which needs to be mapped to a
jaxb type. I have this working in the resource class , as I can use the
HeaderParam, since I cann't use it in the filter, is there way to get a
reference to the StringReaderProvider.


Thanks