swagger-core
swagger-core copied to clipboard
Swagger does not respect Jackson @JsonIgnoreProperties annotation
When I used @JsonIgnoreProperties annotation to ignore some redundant properties from the super classes, it has completely no effect on Swagger. The consequence is the API document and the real Json objects have inconsistent structure. Does anyone know how we can solve this problem?
yes ,I have same problem
This is partially addressed in #3649, please see comment in PR and related test about limitations.
See also #3442 for a concrete example, keeping ticket open until fully addressed
Any update on this?