79552599

Date: 2025-04-03 10:09:28
Score: 0.5
Natty:
Report link

I had a very similar problem. My parameter is of type List<Something>, so I had to do it this way:

            String json = objectMapper.writeValueAsString(parameter);
            jsonObject.setValue(json);
            ps.setObject(i, jsonObject);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stephan Wack