0
  1. How to Convert Response Object (Java JERSEY ) which contains JSON to JAVA Class()

     Client client =ClientBuilder.newClient();
     WebTarget target= client.target("https://shoa.enext.com/api/resource/Sales%20Invoice");
     Response response = target.request().get();
    
  2. in Response JSON data is fetch which is as Follows:

     {"home_page":"/desk","message":"Logged In","full_name":"Shoaib Shaikh"}
    
  3. A HOW to access Different Fields of JSON
  4. How to convert/parse this JSON Data Into Java Class and

0 Answers0