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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -