-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
3.0.16.Final
-
None
-
Low
Currently generic wildcard types not supported, i.e.
@Path("/test") @Produces(MediaType.APPLICATION_JSON) List<? extends TestObject> getTestObjects();
throws:
java.lang.RuntimeException: RESTEASY003865: Unable to determine base class from Type at org.jboss.resteasy.util.Types.getRawType(Types.java:223) at org.jboss.resteasy.util.Types.getCollectionBaseType(Types.java:271) .....
- duplicates
-
RESTEASY-1295 WildcardType support to org.jboss.resteasy.util.Types
- Closed
- is cloned by
-
JBEAP-4709 Support Java generic wildcard types
- Closed