Description
If a response object is CGLIB enhanced then JAXRSOutInterceptor should attempt to downcast the type of this object to a more concrete class.
Otherwise providers such as the ones dealing with JAXB can not marshall the objects properly (cglib proxies do not retain annotations such as XMLRootElement, etc)