0 Replies Latest reply on Mar 17, 2017 3:40 PM by pmuthya

    Resteasy client readEntity(EntityName.class) returns empty object

    pmuthya

      Hello,

       

      I have been trying to improve the resteasy client that we are currently using my not parsing the return json (using webtarget.get(String.class)) which returns raw json from the service), and using the Dto objects directly so that i do not have to parse through the json using google json library but if some how i can register all the enitities in the clientconfiguration or provider or mapper, so that the resteasy client is aware of the return json, should be populated in supplied entity, then it would be easier and less code .

       

      Please let me know if some one has tried this before, i can share more code, if interested

       

      Regards,

      PM