Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-697

Proxied (sub) resource with generic interface doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0-beta-5
    • None
    • None
    • None

      interface GenericInterface<T> {

      @GET
      public String get(@QueryParam("foo") List<T> params);
      }

      interface DoubleInterface implements GenericInterface<Double> {}

      Proxy.newProxyInstance(DoubleInterface);

              patriot1burke@gmail.com Bill Burke (Inactive)
              patriot1burke@gmail.com Bill Burke (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: