joffrey-bion / livedoc

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

Customize Spring MVC types exploration using Jackson properties #15

Closed joffrey-bion closed 7 years ago

joffrey-bion commented 7 years ago

For livedoc-springmvc and spring boot, what we need is to explore properties the same way Jackson does when serializing (because spring uses Jackson). This can be achieved this way.

This is only possible to implement if we first make things customizable: see https://github.com/joffrey-bion/livedoc/issues/14