You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use openapi-generator-maven-plugin to build DTO and Controller classes. I have to put some constraint annotations into x-field-extra-annotation of a parameter. But When I run the application I do not see these constraint annotations in swagger-ui.
Describe the solution you'd like
I want that swagger-ui displays values of x-field-extra-annotation for assosiated parameters of dto.
Describe alternatives you've considered
I tried to "override" indeh.html, and write there custom js plug whicj could display at least names on annotations from x-field-extra-annotation. But I figured out that swagger-ui does not receive any information from Swagger/OpenAPI definition .yaml file which is not shown in swagger-ui. I mean the dto's property does not contain x-field-extra-annotation parateters at all.
Additional context
The text was updated successfully, but these errors were encountered:
Content & configuration
Swagger/OpenAPI definition:
Swagger-UI configuration options:
Is your feature request related to a problem?
I use openapi-generator-maven-plugin to build DTO and Controller classes. I have to put some constraint annotations into x-field-extra-annotation of a parameter. But When I run the application I do not see these constraint annotations in swagger-ui.
Describe the solution you'd like
I want that swagger-ui displays values of x-field-extra-annotation for assosiated parameters of dto.
Describe alternatives you've considered
I tried to "override" indeh.html, and write there custom js plug whicj could display at least names on annotations from x-field-extra-annotation. But I figured out that swagger-ui does not receive any information from Swagger/OpenAPI definition .yaml file which is not shown in swagger-ui. I mean the dto's property does not contain x-field-extra-annotation parateters at all.
Additional context
The text was updated successfully, but these errors were encountered: