Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Unknown
Description
if we have
public interface Service<T> { T get(); }
Then we should be able to have
Service<Book> service = JAXRSClientFactory.create(address, new GenericType<Service<Book>>());
service.get();
This will allow the proxy pass on the correct type info to the providers
Attachments
Issue Links
- is superceded by
-
CXF-5146 JAX-RS client proxies do not unwrap TypeVariables
- Closed