I have a Java Web application with multiple web modules. One will be acting as server and other module is acting as client, both deployed in different servers. Client app will call server app through rest service to get and save data. From server I am getting a JSON string and I'm trying to convert it to object with Generic types.I have a Java Web application with multiple web