I created a restful endpoint with spring boot similar to the code below. It does a mapping to my
java object MyObect and it it works fine. I was wondering if there is a way to get the JSON that was actually received by the controller? If I wanted to the raw JSON and just print it or save it to a JSON field, is that possible? Thanks in advance for the help.