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
311 stars 86 forks source link

Fix mixing modelattribute with other annotations #443

Closed jmisur closed 3 years ago

jmisur commented 3 years ago

Fixes #426 for good.

Other types without annotation handled by other method argument resolvers are not considered when handling model attribute with or without annotation.

Notice the disappearing of Pageable fields from documentation.