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
Post a Comment