-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not support Spring 4.3 @Get/@PostMapping etc #204
Comments
Same issue also found in:
The reason is all of the above scan only "RequestMapping". |
My solution: https://github.com/clinker/jsondoc.git |
please use AnnotatedElementUtils.isAnnotated() and AnnotatedElementUtils.getMergedAnnotation() to replace Java reflection api |
I'd love to have this feature! I'm also struggle with unscanned annotations. If It's already available in 1.2.17 please tell me how to setup scanner to scan for @GetMapping, @PostMapping, ... |
Thanks guys. Released with version 1.2.19 |
Spring 4.3 comes with @GetMapping, @PostMapping, etc.
JSONDoc v2.1.5 doest not scan these annotations.
The text was updated successfully, but these errors were encountered: