Dunno if you’d be interested, but we wrote an annotation processor that auto generated swagger specs from jax-rs annotated code. It probably wouldn’t be a huge amount of work for you to port it to use a different lib
d
dave
04/15/2019, 9:24 PM
Similarly, Http4k does live json generation of OpenAPI V2 docs (including generated JSON schema models) from the running code (all DSL no annotations) using the contract module. Not sure if you're set on yaml over json, but...
n
Nezteb
04/16/2019, 12:15 AM
Oooo, Http4k looks decent! I like this. Thanks for that!