java - Using Jackson annotations for Swagger -


i have rest api implemented, returns pretty big object lot of @jsonproperty annotations in it.
have seen swagger able introspectively find @jsonproperty's , recognize them, instead of adding on top of them swagger's @apimodelproperty own annotation (and therefore duplicating annotations), not able make work.
has achieved this? there workaround?
using spring, api written using jax-rs specification.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -