I've got Swagger 1.5.12 up and running on a Wildfly 10 + RESTEasy 3 setup, but would like to tweak the output a bit.
Specifically, I'd like to add information extracted from non-Swagger annotations to the Operation descriptions. I can intercept the swagger.json generation via ReaderListener.afterScan(), and can alter all the description texts I'd like to "augment". But from there I have no way to reach the original java.lang.Method which is the source of the io.swagger.models.Operation. So no way to read my additional annotations and updating the description-texts. Is this coupling between source (java.lang.)Method and Operation possible to do somehow, without having to re-scan the resources (a la BeanConfig.classes()) and building the missing link myself? Cheers, Morten -- 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.
