java - SpringMVC can not bind json correctly - Stack Overflow

PHOTO EMBED

Tue May 26 2020 20:28:20 GMT+0000 (Coordinated Universal Time)

Saved by @afyonur

public ResponseEntity<JSONObject> getComprehensiveInquiryCp(@Validated @RequestBody ComprehensiveInquiryRequestModel body) {
        Map<String, Object> content;
        JSONObject result = new JSONObject();
        String sLicense = body.getSLicense();
...
}
content_copyCOPY

https://stackoverflow.com/questions/62024987/springmvc-can-not-bind-json-correctly