Class 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 Detail

      • ApiDocServiceLightyImpl

        public ApiDocServiceLightyImpl​(org.opendaylight.netconf.sal.rest.doc.mountpoints.MountPointSwagger mountPointSwagger)
    • Method Detail

      • getListOfMounts

        public javax.ws.rs.core.Response getListOfMounts​(javax.ws.rs.core.UriInfo uriInfo)
        Specified by:
        getListOfMounts in interface org.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:
        getMountRootDoc in interface org.opendaylight.netconf.sal.rest.doc.api.ApiDocService
      • getMountDocByModule

        public javax.ws.rs.core.Response getMountDocByModule​(String instanceNum,
                                                             String module,
                                                             String revision,
                                                             javax.ws.rs.core.UriInfo uriInfo)
        Specified by:
        getMountDocByModule in interface org.opendaylight.netconf.sal.rest.doc.api.ApiDocService