There seems to be a lack of ways to customize the swagger BeanConfig/Reader. A lot of key things are private or not extendible.
I think, the smallest change to achieve what I want would be to add a method next to Reader.readImplicitParameters(), which is called from Reader.read():401. Something like protected void readCustomParameters(Method method, Operation operation) { // No-op. Developers can override this method to hook in their own behavior. } Thoughts/feedback? Is this something that would be feasible to create a PR for or should I just hack it out locally for myself? Thanks -- 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 swagger-swaggersocket+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.