Home:ALL Converter>SpringBoot with Swagger for a multipart/form-data, show all enum possible values

SpringBoot with Swagger for a multipart/form-data, show all enum possible values

Ask Time:2022-11-07T22:02:33         Author:Safari

Json Formatter

For a SpringBoot project I defined a multipart/form-data API.

I configured the Swagger for this.

As parameter I'm using an Enum.

Is it possible to show the possible values about this enum into my Swagger?

Author:Safari,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/74347831/springboot-with-swagger-for-a-multipart-form-data-show-all-enum-possible-values
yy