public interface ApiDocService
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getApiExplorer(javax.ws.rs.core.UriInfo uriInfo)
Redirects to embedded swagger ui.
|
javax.ws.rs.core.Response |
getDocByModule(String module,
String revision,
javax.ws.rs.core.UriInfo uriInfo)
Generates Swagger compliant document listing APIs for module.
|
javax.ws.rs.core.Response |
getListOfMounts(javax.ws.rs.core.UriInfo uriInfo)
Generates index document for Swagger UI.
|
javax.ws.rs.core.Response |
getMountDocByModule(String instanceNum,
String module,
String revision,
javax.ws.rs.core.UriInfo uriInfo)
Generates Swagger compliant document listing APIs for module.
|
javax.ws.rs.core.Response |
getMountRootDoc(String instanceNum,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
getRootDoc(javax.ws.rs.core.UriInfo uriInfo)
Generates index document for Swagger UI.
|
javax.ws.rs.core.Response getRootDoc(@Context
javax.ws.rs.core.UriInfo uriInfo)
getDocByModule() method.javax.ws.rs.core.Response getDocByModule(String module, String revision, @Context javax.ws.rs.core.UriInfo uriInfo)
javax.ws.rs.core.Response getApiExplorer(@Context
javax.ws.rs.core.UriInfo uriInfo)
javax.ws.rs.core.Response getListOfMounts(@Context
javax.ws.rs.core.UriInfo uriInfo)
getDocByModule() method.javax.ws.rs.core.Response getMountRootDoc(String instanceNum, @Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2018 OpenDaylight. All rights reserved.