heyile commented on issue #1688: [SCB-1828] Support @JSONVIEW URL: https://github.com/apache/servicecomb-java-chassis/pull/1688#issuecomment-608187983 > org.apache.servicecomb.swagger.generator.core.AbstractOperationGenerator#fillBodyParameter 里调用的readAsProperty(type)是不是也应该改成 readAsProperty(type, JsonView), org.apache.servicecomb.swagger.generator.core.processor.annotation.AnnotationUtils#generateResponseProperty 同理~ 遗漏了一个场景. ```java @PostMapping("/postUser") public String userWithDefault(@RequestBody @JsonView(Person.Summary.class) Person person) { return person.toString(); } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
