skip to Main Content

Spring JSON to Map Deserialization Failing

I am trying to use Spring to deserialize incoming JSON objects. I have the following class: public class ContentRequestMessage { private String type; private String messageId; private String topicArn; /** * Message contents: * * "Message" : "{"location": "/interactments/d2734-9304cceb7c3a", "status":…

VIEW QUESTION
Back To Top
Search