@Controller @Path(value="/api-docs") public class SwaggerV2Controller extends Object
SwaggerV2Controller()
String
listingWithJson()
io.swagger.models.Swagger
listingWithYaml()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SwaggerV2Controller()
@Path(value="/swagger.yaml") @Produce(value="application/yaml") public io.swagger.models.Swagger listingWithYaml()
@Path(value="/swagger.json") @Produce(value="application/json") public String listingWithJson()
Copyright © 2019. All rights reserved.