springfox-enum-plugin
springfox-enum-plugin copied to clipboard
datatype isn't picked up
Hi, I'm having difficulty in getting this working..
@ApiModelProperty(value = "Application specific error status code",dataType="AppExceptionEnum")
Then I have annotated the enum description with @ApiEnum.
It doesn't pick up the enum descriptions in the swagger ui. Any help is appreciated.
But Springfox shows AppExceptionEnum as the property‘s type, right? I only know examples with fully qualified class names as dataType. Could you maybe show a more complete example of your source code? (Including package names, the full Property signature and the enum class?)