joffrey-bion / livedoc

A not-so-annotation-based documentation generator for REST and websocket services
MIT License
5 stars 2 forks source link

Mime types not read from GetMapping and the likes #107

Closed joffrey-bion closed 6 years ago

joffrey-bion commented 6 years ago

Describe the bug When declaring a handler mapping with @GetMapping or other shortcuts, the produces/consumes attributes are not taken into account by Livedoc, and they default to application/json.

Expected behavior Livedoc should read the specified mime type.

Environment/Context