It seems reasonable to add this as a PR if you can keep it general > On Nov 24, 2016, at 4:47 PM, Zachariah Kendall <[email protected]> > wrote: > > 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 [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>.
-- 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.
