hi all,
I’m using a Spring webflux application with Kotlinx serialization. unfortunately, the swagger generation doesn’t work as expected, because the overridden name with the annotation with
SerialName
doesn’t get recognized and setting the name with
ApiModelProperty
has no effect.
has any one some hints how to solve this problem?