JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
G
H
I
J
M
N
O
P
R
S
T
W
A
addRpcs(RpcDefinition, List<Api>, String, SchemaContext)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
Api
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#522-api -object
).
Api()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
Api
API_VERSION
- Static variable in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
ApiDeclaration
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#52-api- declaration
).
ApiDeclaration()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
ApiDocApplication
- Class in
org.opendaylight.netconf.sal.rest.doc.jaxrs
ApiDocApplication(ApiDocService)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.jaxrs.
ApiDocApplication
ApiDocGeneratorDraftO2
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
This class gathers all YANG-defined
Module
s and generates Swagger compliant documentation for the bierman draft02 version.
ApiDocGeneratorDraftO2(DOMSchemaService)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocGeneratorDraftO2
ApiDocGeneratorDraftO2(DOMSchemaService, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocGeneratorDraftO2
ApiDocGeneratorRFC8040
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
This class gathers all YANG-defined
Module
s and generates Swagger compliant documentation for the RFC 8040 version.
ApiDocGeneratorRFC8040(DOMSchemaService)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocGeneratorRFC8040
ApiDocGeneratorRFC8040(DOMSchemaService, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocGeneratorRFC8040
ApiDocService
- Interface in
org.opendaylight.netconf.sal.rest.doc.api
This service generates swagger (See
https://helloreverb.com/developers/swagger
) compliant documentation for RESTCONF APIs.
ApiDocServiceImpl
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
This service generates swagger (See
https://helloreverb.com/developers/swagger
) compliant documentation for RESTCONF APIs.
ApiDocServiceImpl(MountPointSwaggerGeneratorDraft02, MountPointSwaggerGeneratorRFC8040, ApiDocGeneratorDraftO2, ApiDocGeneratorRFC8040)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
appendPathKeyValue(StringBuilder, Object)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
appendPathKeyValue(StringBuilder, Object)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
appendPathKeyValue(StringBuilder, Object)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorRFC8040
B
BaseYangSwaggerGenerator
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
BaseYangSwaggerGenerator(Optional<DOMSchemaService>)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
BaseYangSwaggerGenerator.ListPathBuilder
- Interface in
org.opendaylight.netconf.sal.rest.doc.impl
BaseYangSwaggerGeneratorDraft02
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
Base class for a bierman draft02 implementation.
BaseYangSwaggerGeneratorDraft02(Optional<DOMSchemaService>)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
BaseYangSwaggerGeneratorDraft02(Optional<DOMSchemaService>, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
BaseYangSwaggerGeneratorRFC8040
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
Base class for an RFC 8040 implementation.
BaseYangSwaggerGeneratorRFC8040(Optional<DOMSchemaService>)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorRFC8040
BaseYangSwaggerGeneratorRFC8040(Optional<DOMSchemaService>, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorRFC8040
build()
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Delete
build()
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Get
build()
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Post
build()
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Put
C
close()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorDraft02
close()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorRFC8040
close()
- Method in class org.opendaylight.netconf.sal.rest.doc.jaxrs.
WebInitializer
close()
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
CONFIG
- Static variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder
CONSUMES_PUT_POST
- Static variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder
convertToJsonSchema(Module, SchemaContext)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ModelGenerator
Creates Json models from provided module according to swagger spec.
createApiDeclaration(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
createBasePathFromUriInfo(UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
createResourceList()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
D
DEFAULT_BASE_PATH
- Static variable in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
Delete(DataSchemaNode)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Delete
G
generatePath(UriInfo, String, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
generateUrlPrefixFromInstanceID(YangInstanceIdentifier, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
Get(DataSchemaNode, boolean)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Get
getApiDeclaration(String, String, UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getApiDeclaration(String, String, UriInfo, SchemaContext, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getApiDeclaration(Module, UriInfo, String, SchemaContext)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getApiExplorer(UriInfo)
- Method in interface org.opendaylight.netconf.sal.rest.doc.api.
ApiDocService
Redirects to embedded swagger ui.
getApiExplorer(UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
Redirects to embedded swagger ui.
getApis()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getApis()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
getApiVersion()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getApiVersion()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
getBasePath()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getCode()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResponseMessage
getConsumes()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getContent(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getContent(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
getContent(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorRFC8040
getContext(Class<?>)
- Method in class org.opendaylight.netconf.sal.rest.doc.jaxrs.
JaxbContextResolver
getDataStorePath(String, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getDataStorePath(String, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
getDataStorePath(String, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorRFC8040
getDescription()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
getDescription()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Resource
getDocByModule(String, String, UriInfo)
- Method in interface org.opendaylight.netconf.sal.rest.doc.api.
ApiDocService
Generates Swagger compliant document listing APIs for module.
getDocByModule(String, String, UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
Generates Swagger compliant document listing APIs for module.
getId()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
MountPointInstance
getInstance()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
MountPointInstance
getInstanceIdentifiers()
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
getListOfMounts(UriInfo)
- Method in interface org.opendaylight.netconf.sal.rest.doc.api.
ApiDocService
Generates index document for Swagger UI.
getListOfMounts(UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
getMessage()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResponseMessage
getMethod()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getModels()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getMountDocByModule(String, String, String, UriInfo)
- Method in interface org.opendaylight.netconf.sal.rest.doc.api.
ApiDocService
Generates Swagger compliant document listing APIs for module.
getMountDocByModule(String, String, String, UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
getMountPointApi(UriInfo, Long, String, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
getMountPointSwagger()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorDraft02
getMountPointSwagger()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorRFC8040
getMountRootDoc(String, UriInfo)
- Method in interface org.opendaylight.netconf.sal.rest.doc.api.
ApiDocService
getMountRootDoc(String, UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
getName()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
getNickname()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getNotes()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getOperations()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Api
getParameters()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getParamType()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
getPath()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Api
getPath()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Resource
getProduces()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getResourceList(UriInfo, Long)
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
getResourceListing(UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getResourceListing(UriInfo, SchemaContext, String)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
Return list of modules converted to swagger compliant resource list.
getResourcePath()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getResponseMessages()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getRootDoc(UriInfo)
- Method in interface org.opendaylight.netconf.sal.rest.doc.api.
ApiDocService
Generates index document for Swagger UI.
getRootDoc(UriInfo)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
ApiDocServiceImpl
Generates index document for Swagger UI.
getSchemaService()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getSingletons()
- Method in class org.opendaylight.netconf.sal.rest.doc.jaxrs.
ApiDocApplication
getSortedModules(SchemaContext)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getSummary()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getSwaggerDocSpec(Module, String, String, SchemaContext)
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
getSwaggerVersion()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
getSwaggerVersion()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
getType()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
getType()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
H
hasApi()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
hasModel()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
I
init()
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
isRequired()
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
J
JaxbContextResolver
- Class in
org.opendaylight.netconf.sal.rest.doc.jaxrs
JaxbContextResolver()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.jaxrs.
JaxbContextResolver
M
METHOD_NAME
- Static variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Post
ModelGenerator
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
Generates JSON Schema for data defined in YANG.
ModelGenerator()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
ModelGenerator
MountPointInstance
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
MountPointInstance(Map.Entry<String, Long>)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
MountPointInstance
MountPointSwagger
- Class in
org.opendaylight.netconf.sal.rest.doc.mountpoints
MountPointSwagger(DOMSchemaService, DOMMountPointService, BaseYangSwaggerGenerator)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
MountPointSwaggerGeneratorDraft02
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
MountPoint generator implementation for bierman draft02.
MountPointSwaggerGeneratorDraft02(DOMSchemaService, DOMMountPointService)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorDraft02
MountPointSwaggerGeneratorDraft02(DOMSchemaService, DOMMountPointService, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorDraft02
MountPointSwaggerGeneratorRFC8040
- Class in
org.opendaylight.netconf.sal.rest.doc.impl
MountPoint generator implementation for RFC 8040.
MountPointSwaggerGeneratorRFC8040(DOMSchemaService, DOMMountPointService)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorRFC8040
MountPointSwaggerGeneratorRFC8040(DOMSchemaService, DOMMountPointService, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.impl.
MountPointSwaggerGeneratorRFC8040
N
newListPathBuilder()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
newListPathBuilder()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorDraft02
newListPathBuilder()
- Method in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGeneratorRFC8040
nextParamIdentifier(String)
- Method in interface org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator.ListPathBuilder
nodeName
- Variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Put
O
onMountPointCreated(YangInstanceIdentifier)
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
onMountPointRemoved(YangInstanceIdentifier)
- Method in class org.opendaylight.netconf.sal.rest.doc.mountpoints.
MountPointSwagger
Operation
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#523- operation-object
).
Operation()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
OPERATIONAL
- Static variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder
OperationBuilder
- Class in
org.opendaylight.netconf.sal.rest.doc.model.builder
OperationBuilder.Delete
- Class in
org.opendaylight.netconf.sal.rest.doc.model.builder
OperationBuilder.Get
- Class in
org.opendaylight.netconf.sal.rest.doc.model.builder
OperationBuilder.Post
- Class in
org.opendaylight.netconf.sal.rest.doc.model.builder
OperationBuilder.Put
- Class in
org.opendaylight.netconf.sal.rest.doc.model.builder
org.opendaylight.netconf.sal.rest.doc.api
- package org.opendaylight.netconf.sal.rest.doc.api
org.opendaylight.netconf.sal.rest.doc.impl
- package org.opendaylight.netconf.sal.rest.doc.impl
org.opendaylight.netconf.sal.rest.doc.jaxrs
- package org.opendaylight.netconf.sal.rest.doc.jaxrs
org.opendaylight.netconf.sal.rest.doc.model.builder
- package org.opendaylight.netconf.sal.rest.doc.model.builder
org.opendaylight.netconf.sal.rest.doc.mountpoints
- package org.opendaylight.netconf.sal.rest.doc.mountpoints
org.opendaylight.netconf.sal.rest.doc.swagger
- package org.opendaylight.netconf.sal.rest.doc.swagger
org.opendaylight.netconf.sal.rest.doc.util
- package org.opendaylight.netconf.sal.rest.doc.util
P
Parameter
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#524- parameter-object
).
Parameter()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
parentName
- Variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Put
pathParams(List<Parameter>)
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Get
pathParams(List<Parameter>)
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Post
pathParams(List<Parameter>)
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Put
Post(String, String, String, DataNodeContainer)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Post
Put(String, String, String)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Put
R
resolveNodesName(SchemaNode, Module, SchemaContext)
- Static method in class org.opendaylight.netconf.sal.rest.doc.util.
RestDocgenUtil
resolvePathArgumentsName(SchemaNode, SchemaContext)
- Static method in class org.opendaylight.netconf.sal.rest.doc.util.
RestDocgenUtil
Resolve path argument name for
node
.
Resource
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#512- resource-object
).
Resource()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
Resource
ResourceList
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#51- resource-listing
).
ResourceList()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
ResponseMessage
- Class in
org.opendaylight.netconf.sal.rest.doc.swagger
Implementation of swagger spec (see
https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md#525- response-message-object
).
ResponseMessage()
- Constructor for class org.opendaylight.netconf.sal.rest.doc.swagger.
ResponseMessage
RestDocgenUtil
- Class in
org.opendaylight.netconf.sal.rest.doc.util
S
schemaNode
- Variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Get
setApis(List<Api>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setApis(List<Resource>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
setApiVersion(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setApiVersion(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
setBasePath(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setCode(int)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResponseMessage
setConsumes(List<String>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setDescription(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
setDescription(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Resource
setMessage(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResponseMessage
setMethod(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setModels(ObjectNode)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setName(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
setNickname(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setNotes(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setOperations(List<Operation>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Api
setParameters(List<Parameter>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setParamType(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
setPath(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Api
setPath(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Resource
setProduces(List<String>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setRequired(boolean)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
setResourcePath(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setResponseMessages(List<ResponseMessage>)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setSummary(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setSwaggerVersion(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ApiDeclaration
setSwaggerVersion(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
ResourceList
setType(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Operation
setType(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.swagger.
Parameter
spec
- Variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Get
spec
- Variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Put
summary(String)
- Method in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder.Post
SWAGGER_VERSION
- Static variable in class org.opendaylight.netconf.sal.rest.doc.impl.
BaseYangSwaggerGenerator
T
TOP
- Static variable in class org.opendaylight.netconf.sal.rest.doc.model.builder.
OperationBuilder
W
WebInitializer
- Class in
org.opendaylight.netconf.sal.rest.doc.jaxrs
Initializes the wep app.
WebInitializer(WebServer, WebContextSecurer, ServletSupport, Application)
- Constructor for class org.opendaylight.netconf.sal.rest.doc.jaxrs.
WebInitializer
A
B
C
D
G
H
I
J
M
N
O
P
R
S
T
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019
OpenDaylight
. All rights reserved.