ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
310 stars 86 forks source link

Support for @JsonProperty.Access #383

Closed jmisur closed 4 years ago

jmisur commented 4 years ago

Fixes #142

After much hacking, I'm able to overwrite default class inspector, so that no field is skipped by default and skip logic is then manually handled in our FieldDocumentationObjectVisitor. Works both ways!