@Path(value="/swagger.{type:json|yaml}")
public class ApiListingResource
extends BaseApiListingResource
| Constructor and Description |
|---|
ApiListingResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getListing(javax.ws.rs.core.Application app,
javax.servlet.ServletConfig sc,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo uriInfo,
String type) |
getListingJsonResponse, getListingYamlResponse@GET
@Produces(value={"application/json","application/yaml"})
public javax.ws.rs.core.Response getListing(@Context
javax.ws.rs.core.Application app,
@Context
javax.servlet.ServletConfig sc,
@Context
javax.ws.rs.core.HttpHeaders headers,
@Context
javax.ws.rs.core.UriInfo uriInfo,
@PathParam(value="type")
String type)
Copyright © 2021. All rights reserved.