I don't think what you're asking for is really possible On Friday, January 20, 2017 at 12:41:41 AM UTC-8, Patrick Verboom wrote: > > What suits my needs is that I want to generate static html pages from an > existing JAX-RS application with swagger annotations. I want the tool to > analyze my source code and create static html pages. > The swagger-maven-plugin is working as long as I have an annotated model. > In this case I don't have an anotated model I send or receive a MongoDB > org.bson Document. Currently the documentation generated with > swagger-maven-plugin > is missing information on how the content comming from or send to the rest > service looks. I would like to enrich this documentation with a json schema > so it is clear to the user what should be send or received. > > If there are multiple ways of creating static documentation than would you > be so kind to give me an inside on one of them. If there is a better > approuch than using swagger-maven-plugin than I am willing to use that. For > example can I let the swagger-core run over my source code and let it > generate the static html pages? or can it run over my source code to > generate the swagger.json and than I can use the > swagger2markup-maven-plugin to generate the asciidoc? Can I use > swagger2markup-maven-plugin to analyze my source instead of expecting to > use an existing swagger.json. > > > > >>
-- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
