Swagger UI, @ApiResponse doesn't give correct response as a examle value.
I have implemented swagger UI in my application. Everything is working fine but the issue is,
consider the situation in my API I have different request and response object, but both object's class is annotated with the same json root element name (Ex: @JsonRootName("user")).
For this reason in my swagger UI it gives me same example value in Parameters body and in Responses body. If i remove this @JsonRootName tag from any one class than swagger UI shows me correct example value, but for my application i can't remove this annotation from any class and even can't change the value of it.
I tried many option available on internet but can't resolve my problem. Please help me to resolve this.
Please refer the attached screens.
Thanks, Waiting for your response.