Uses of Interface
org.opendaylight.netconf.sal.rest.doc.swagger.CommonApiObject
-
Packages that use CommonApiObject Package Description org.opendaylight.netconf.sal.rest.doc.impl org.opendaylight.netconf.sal.rest.doc.mountpoints org.opendaylight.netconf.sal.rest.doc.swagger -
-
Uses of CommonApiObject in org.opendaylight.netconf.sal.rest.doc.impl
Methods in org.opendaylight.netconf.sal.rest.doc.impl that return CommonApiObject Modifier and Type Method Description CommonApiObjectAllModulesDocGenerator. getAllModulesDoc(javax.ws.rs.core.UriInfo uriInfo, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)CommonApiObjectBaseYangSwaggerGenerator. getApiDeclaration(String module, String revision, javax.ws.rs.core.UriInfo uriInfo, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)static CommonApiObjectBaseYangSwaggerGenerator. getAppropriateDoc(SwaggerObject swaggerObject, ApiDocServiceImpl.OAversion oaversion) -
Uses of CommonApiObject in org.opendaylight.netconf.sal.rest.doc.mountpoints
Methods in org.opendaylight.netconf.sal.rest.doc.mountpoints that return CommonApiObject Modifier and Type Method Description CommonApiObjectMountPointSwagger. getMountPointApi(javax.ws.rs.core.UriInfo uriInfo, Long id, String module, String revision, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)CommonApiObjectMountPointSwagger. getMountPointApi(javax.ws.rs.core.UriInfo uriInfo, Long id, Optional<Integer> pageNum, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion) -
Uses of CommonApiObject in org.opendaylight.netconf.sal.rest.doc.swagger
Classes in org.opendaylight.netconf.sal.rest.doc.swagger that implement CommonApiObject Modifier and Type Class Description classOpenApiObjectclassSwaggerObject
-