Search code examples
javaswaggerswagger-2.0springfox

Using Swagger 2.0 reusable parameters with springfox


Swagger 2.0 has support for reusable parameters, as described here.

How would i take advantage of this feature using Springfox

Is this feature supported in Springfox?


Solution

  • Based on comment from Dilip Krishnan, Springfox currently does not support this feature.