joffrey-bion / livedoc

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

Add negated media-types support #38

Closed joffrey-bion closed 7 years ago

joffrey-bion commented 7 years ago

From the Spring documentation:

Expressions can be negated by using the "!" operator, as in "!text/plain", which matches all requests with a Accept other than "text/plain".

joffrey-bion commented 7 years ago

We can consider it already supported as this is just informative media type. The negated media-type will be presented as such in the doc and thus does not need any particular implementation effort.