| Package | Description |
|---|---|
| org.onosproject.rest |
Base abstractions and utilities for developing REST APIs.
|
| Modifier and Type | Field and Description |
|---|---|
protected ApiDocProvider |
AbstractApiDocRegistrator.provider |
| Modifier and Type | Method and Description |
|---|---|
ApiDocProvider |
ApiDocService.getDocProvider(String key)
Returns the specified REST API documentation provider with the specified
key.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ApiDocProvider> |
ApiDocService.getDocProviders()
Returns the set of all registered REST API documentation providers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiDocService.register(ApiDocProvider provider)
Registers the specified REST API documentation provider.
|
void |
ApiDocService.unregister(ApiDocProvider provider)
Unregisters the specified REST API documentation provider.
|
| Constructor and Description |
|---|
AbstractApiDocRegistrator(ApiDocProvider provider)
Creates registrator for the specified REST API doc provider.
|
Copyright © 2015. All rights reserved.