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