Bruno

Results 1 issues of Bruno

Hi, Processing the following Spring MVC controller operation results in a "body" parameter with "required: false": public void addObject(@ApiParam(value = "Object to add") @RequestBody Object theObject) However, @RequestBody is by...