Uses of Class
io.lighty.modules.northbound.restconf.community.impl.config.RestConfConfiguration
Packages that use RestConfConfiguration
Package
Description
-
Uses of RestConfConfiguration in io.lighty.modules.northbound.restconf.community.impl
Methods in io.lighty.modules.northbound.restconf.community.impl with parameters of type RestConfConfigurationModifier and TypeMethodDescriptionstatic 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 -
Uses of RestConfConfiguration in io.lighty.modules.northbound.restconf.community.impl.util
Methods in io.lighty.modules.northbound.restconf.community.impl.util that return RestConfConfigurationModifier and TypeMethodDescriptionstatic 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 RestConfConfigurationModifier and TypeMethodDescriptionstatic RestConfConfigurationRestConfConfigUtils.getRestConfConfiguration(RestConfConfiguration restConfConfiguration, LightyServices lightyServices) Copy existing RestConf configuration and use provided lightyServices to populate references to necessary Lighty services.