| Modifier and Type | Method and Description |
|---|---|
CommunityRestConfBuilder |
CommunityRestConfBuilder.from(RestConfConfiguration restconfConfiguration)
Create new instance of
CommunityRestConfBuilder from RestConfConfiguration. |
| Constructor and Description |
|---|
RestConfConfiguration(RestConfConfiguration restConfConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static RestConfConfiguration |
RestConfConfigUtils.getDefaultRestConfConfiguration()
Get default RestConf configuration, Lighty services are not populated in this configuration.
|
static RestConfConfiguration |
RestConfConfigUtils.getDefaultRestConfConfiguration(LightyServices lightyServices)
Get default RestConf configuration using provided Lighty services.
|
static RestConfConfiguration |
RestConfConfigUtils.getRestConfConfiguration(InputStream jsonConfigInputStream)
Load restconf configuration from InputStream containing JSON data.
|
static RestConfConfiguration |
RestConfConfigUtils.getRestConfConfiguration(InputStream jsonConfigInputStream,
LightyServices lightyServices)
Load restconf configuration from InputStream containing JSON data and use lightyServices to
get references to necessary Lighty services.
|
static RestConfConfiguration |
RestConfConfigUtils.getRestConfConfiguration(RestConfConfiguration restConfConfiguration,
LightyServices lightyServices)
Copy existing RestConf configuration and use provided lightyServices
to populate references to necessary Lighty services.
|
| Modifier and Type | Method and Description |
|---|---|
static RestConfConfiguration |
RestConfConfigUtils.getRestConfConfiguration(RestConfConfiguration restConfConfiguration,
LightyServices lightyServices)
Copy existing RestConf configuration and use provided lightyServices
to populate references to necessary Lighty services.
|
Copyright © 2020. All rights reserved.