Since jaxrs-2.0 specification the way to use generic entities is resolved with javax.ws.rs.core.GenericType and javax.ws.rs.core.GenericEntity included in the specification.
Resteasy still contains its own implementation org.jboss.resteasy.util.GenericType which should be deprecated now, because it is confusing which class to use.
- is blocked by
-
JBEAP-3248 Upgrade Resteasy to release 3.0.16.Final
- Closed
- is cloned by
-
RESTEASY-1260 org.jboss.resteasy.util.GenericType should be deprecated
- Closed
- is incorporated by
-
JBEAP-3248 Upgrade Resteasy to release 3.0.16.Final
- Closed