Package io.lighty.swagger
Class ApiDocServiceLightyImpl
- java.lang.Object
-
- io.lighty.swagger.ApiDocServiceLightyImpl
-
- All Implemented Interfaces:
org.opendaylight.netconf.sal.rest.doc.api.ApiDocService
- Direct Known Subclasses:
ApiDocServiceDraft02,ApiDocServiceRFC8040
public abstract class ApiDocServiceLightyImpl extends Object implements org.opendaylight.netconf.sal.rest.doc.api.ApiDocService
-
-
Constructor Summary
Constructors Constructor Description ApiDocServiceLightyImpl(org.opendaylight.netconf.sal.rest.doc.mountpoints.MountPointSwagger mountPointSwagger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetListOfMounts(javax.ws.rs.core.UriInfo uriInfo)javax.ws.rs.core.ResponsegetMountDocByModule(String instanceNum, String module, String revision, javax.ws.rs.core.UriInfo uriInfo)javax.ws.rs.core.ResponsegetMountRootDoc(String instanceNum, javax.ws.rs.core.UriInfo uriInfo)
-
-
-
Method Detail
-
getListOfMounts
public javax.ws.rs.core.Response getListOfMounts(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getListOfMountsin interfaceorg.opendaylight.netconf.sal.rest.doc.api.ApiDocService
-
getMountRootDoc
public javax.ws.rs.core.Response getMountRootDoc(String instanceNum, javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getMountRootDocin interfaceorg.opendaylight.netconf.sal.rest.doc.api.ApiDocService
-
-