fabiomaffioletti / jsondoc

Easily generate docs and playground for your RESTful API
http://jsondoc.org
MIT License
264 stars 127 forks source link

List APIObjects returned by ExceptionHandlers #224

Open ST-DDT opened 7 years ago

ST-DDT commented 7 years ago

Currently only classes are detected in jsonDoc that are returned by controller classes, however @ExceptionHandlers might also return classes (ErrorDTO,...) that are send as response. Those should be listed in JsonDoc as well.

This feature request is similar to #223