Swagger-UI not displaying request body model
I’m using Springfox swagger-ui (2.8.0). I’m unable to display request body model in Swagger UI as the datatype of request body is not specified in method definition. Request body object is mapped to the required object class using object mapper inside the method.