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

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

    XMLWordPrintable

Details

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

    Description

      interface GenericInterface<T> {

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

      interface DoubleInterface implements GenericInterface<Double> {}

      Proxy.newProxyInstance(DoubleInterface);

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: