Uses of Class
io.lighty.modules.northbound.restconf.community.impl.config.RestConfConfiguration
-
-
Uses of RestConfConfiguration in io.lighty.modules.northbound.restconf.community.impl
Methods in io.lighty.modules.northbound.restconf.community.impl with parameters of type RestConfConfiguration Modifier and Type Method Description static CommunityRestConfBuilderCommunityRestConfBuilder. from(RestConfConfiguration configuration)Create new instance ofCommunityRestConfBuilderfromRestConfConfiguration. -
Uses of RestConfConfiguration in io.lighty.modules.northbound.restconf.community.impl.config
Constructors in io.lighty.modules.northbound.restconf.community.impl.config with parameters of type RestConfConfiguration Constructor Description RestConfConfiguration(RestConfConfiguration restConfConfiguration) -
Uses of RestConfConfiguration in io.lighty.modules.northbound.restconf.community.impl.util
Methods in io.lighty.modules.northbound.restconf.community.impl.util that return RestConfConfiguration Modifier and Type Method Description static RestConfConfigurationRestConfConfigUtils. getDefaultRestConfConfiguration()Get default RestConf configuration, Lighty services are not populated in this configuration.static RestConfConfigurationRestConfConfigUtils. getDefaultRestConfConfiguration(LightyServices lightyServices)Get default RestConf configuration using provided Lighty services.static RestConfConfigurationRestConfConfigUtils. getRestConfConfiguration(RestConfConfiguration restConfConfiguration, LightyServices lightyServices)Copy existing RestConf configuration and use provided lightyServices to populate references to necessary Lighty services.static RestConfConfigurationRestConfConfigUtils. getRestConfConfiguration(InputStream jsonConfigInputStream)Load restconf configuration from InputStream containing JSON data.static RestConfConfigurationRestConfConfigUtils. getRestConfConfiguration(InputStream jsonConfigInputStream, LightyServices lightyServices)Load restconf configuration from InputStream containing JSON data and use lightyServices to get references to necessary Lighty services.Methods in io.lighty.modules.northbound.restconf.community.impl.util with parameters of type RestConfConfiguration Modifier and Type Method Description static RestConfConfigurationRestConfConfigUtils. getRestConfConfiguration(RestConfConfiguration restConfConfiguration, LightyServices lightyServices)Copy existing RestConf configuration and use provided lightyServices to populate references to necessary Lighty services.
-