Just a small note - in JAX-RS 2.0 we're introducing a standard ParamConverter and ParamConverterProvider API. So in Jersey 2.0 we'll be replacing StringReaderProvider/StringReader with the new standard API.
Marek
On Aug 24, 2012, at 10:26 PM, jgowder_at_hotmail.com wrote:
> 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