I'm working in a project and I would like to documentation it using Swagger. Is a project implemented with Spring Boot and we use the library "com.google.code.gson" instead of default of SpringBoot "Jackson", but with Gson Swagger not works.
The problem is with the pattern of return.
Gson return as follow:
{"value":"{\"swagger\":\"2.0\",\"info\":{\"description\":
Jackson return as follow:
{"swagger":"2.0","info":{"description"
Does anyone have any idea how can I make Gson works?