Uses of Class
org.opendaylight.netconf.sal.rest.doc.impl.ApiDocServiceImpl.URIType
-
-
Uses of ApiDocServiceImpl.URIType in org.opendaylight.netconf.sal.rest.doc.impl
Methods in org.opendaylight.netconf.sal.rest.doc.impl that return ApiDocServiceImpl.URIType Modifier and Type Method Description static ApiDocServiceImpl.URITypeApiDocServiceImpl.URIType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiDocServiceImpl.URIType[]ApiDocServiceImpl.URIType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.netconf.sal.rest.doc.impl with parameters of type ApiDocServiceImpl.URIType Modifier and Type Method Description voidBaseYangSwaggerGenerator. fillDoc(SwaggerObject doc, Optional<com.google.common.collect.Range<Integer>> range, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, String context, Optional<String> deviceName, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion, DefinitionNames definitionNames)CommonApiObjectAllModulesDocGenerator. getAllModulesDoc(javax.ws.rs.core.UriInfo uriInfo, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)SwaggerObjectBaseYangSwaggerGenerator. getAllModulesDoc(javax.ws.rs.core.UriInfo uriInfo, Optional<com.google.common.collect.Range<Integer>> range, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, Optional<String> deviceName, String context, DefinitionNames definitionNames, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)SwaggerObjectBaseYangSwaggerGenerator. getAllModulesDoc(javax.ws.rs.core.UriInfo uriInfo, DefinitionNames definitionNames, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)CommonApiObjectBaseYangSwaggerGenerator. getApiDeclaration(String module, String revision, javax.ws.rs.core.UriInfo uriInfo, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)SwaggerObjectBaseYangSwaggerGenerator. getApiDeclaration(String moduleName, String revision, javax.ws.rs.core.UriInfo uriInfo, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, String context, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)SwaggerObjectBaseYangSwaggerGenerator. getApiDeclaration(org.opendaylight.yangtools.yang.model.api.Module module, javax.ws.rs.core.UriInfo uriInfo, String context, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)ResourceListBaseYangSwaggerGenerator. getResourceListing(javax.ws.rs.core.UriInfo uriInfo, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, String context, int pageNum, boolean all, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)Return list of modules converted to swagger compliant resource list.ResourceListBaseYangSwaggerGenerator. getResourceListing(javax.ws.rs.core.UriInfo uriInfo, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, String context, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)SwaggerObjectBaseYangSwaggerGenerator. getSwaggerDocSpec(org.opendaylight.yangtools.yang.model.api.Module module, String schema, String host, String basePath, String context, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion)SwaggerObjectBaseYangSwaggerGenerator. getSwaggerDocSpec(org.opendaylight.yangtools.yang.model.api.Module module, String context, Optional<String> deviceName, org.opendaylight.yangtools.yang.model.api.EffectiveModelContext schemaContext, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion, DefinitionNames definitionNames, SwaggerObject doc, boolean isForSingleModule) -
Uses of ApiDocServiceImpl.URIType in org.opendaylight.netconf.sal.rest.doc.model.builder
Methods in org.opendaylight.netconf.sal.rest.doc.model.builder with parameters of type ApiDocServiceImpl.URIType Modifier and Type Method Description static com.fasterxml.jackson.databind.node.ObjectNodeOperationBuilder. buildGet(org.opendaylight.yangtools.yang.model.api.DataSchemaNode node, String moduleName, Optional<String> deviceName, com.fasterxml.jackson.databind.node.ArrayNode pathParams, String defName, boolean isConfig, ApiDocServiceImpl.URIType uriType, ApiDocServiceImpl.OAversion oaversion) -
Uses of ApiDocServiceImpl.URIType in org.opendaylight.netconf.sal.rest.doc.mountpoints
Methods in org.opendaylight.netconf.sal.rest.doc.mountpoints with parameters of type ApiDocServiceImpl.URIType 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)
-