Closed
Description
Version: 2.8.0
I want to add an attribute to springfox.documentation.service.Parameter , so I follow the example-parameterbuilderplugin to add a plugin and save the attribute into Parameter.vendorExtensions.
But the generated Json doesn't include this attribute.
It seems that It's ignored in following method when mapping the data:
Do I have any trick to show this attribute in generated API?