tminglei / binder-swagger-java

A framework to bring form-binder-java to swagger
BSD 2-Clause "Simplified" License
54 stars 13 forks source link

how can i set params of each opertion not unique #6

Closed fightchwang closed 7 years ago

fightchwang commented 7 years ago

It seems that each operation returned by SharingHolder's operation method hold the same ArrayList object.It turns out that each path might share the same parameters. It may be confused, cause each one should has its own parameters.

And when request /pet/ in the swagger-ui to add new pet. it may not work? was my operation incorrect?

fightchwang commented 7 years ago

Sorry for not pull the code!