public class ApiDocServiceDraft02 extends ApiDocServiceLightyImpl implements org.opendaylight.netconf.sal.rest.doc.api.ApiDocService
| Constructor and Description |
|---|
ApiDocServiceDraft02(org.opendaylight.netconf.sal.rest.doc.impl.MountPointSwaggerGeneratorDraft02 mountPointSwaggerGeneratorDraft02,
org.opendaylight.netconf.sal.rest.doc.impl.ApiDocGeneratorDraftO2 apiDocGeneratorDraft02) |
| 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 |
getRootDoc(javax.ws.rs.core.UriInfo uriInfo)
Generates index document for Swagger UI.
|
getListOfMounts, getMountDocByModule, getMountRootDocpublic ApiDocServiceDraft02(org.opendaylight.netconf.sal.rest.doc.impl.MountPointSwaggerGeneratorDraft02 mountPointSwaggerGeneratorDraft02,
org.opendaylight.netconf.sal.rest.doc.impl.ApiDocGeneratorDraftO2 apiDocGeneratorDraft02)
public javax.ws.rs.core.Response getRootDoc(javax.ws.rs.core.UriInfo uriInfo)
getDocByModule() method.getRootDoc in interface org.opendaylight.netconf.sal.rest.doc.api.ApiDocServicepublic javax.ws.rs.core.Response getDocByModule(String module, String revision, javax.ws.rs.core.UriInfo uriInfo)
getDocByModule in interface org.opendaylight.netconf.sal.rest.doc.api.ApiDocServicepublic javax.ws.rs.core.Response getApiExplorer(javax.ws.rs.core.UriInfo uriInfo)
getApiExplorer in interface org.opendaylight.netconf.sal.rest.doc.api.ApiDocServiceCopyright © 2019. All rights reserved.