Uses of Class
io.helidon.service.configuration.api.ServiceConfiguration
-
Packages that use ServiceConfiguration Package Description io.helidon.service.configuration.api Provides classes and interfaces for automatically discovering service configuration information. -
-
Uses of ServiceConfiguration in io.helidon.service.configuration.api
Methods in io.helidon.service.configuration.api that return ServiceConfiguration Modifier and Type Method Description abstract ServiceConfigurationServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)Deprecated.Given aSetofSystems and an optionalPropertiesobject representing coordinates identifying a configuration space in which configuration discovery is to take place, returns a newServiceConfigurationappropriate for the configuration space implied by the supplied parameters, ornullif no suchServiceConfigurationis applicable.static ServiceConfigurationServiceConfiguration. getInstance(String serviceIdentifier)Deprecated.Returns the soleServiceConfigurationimplementation in effect for the currentSystems and identified by the suppliedserviceIdentifier, if there is one, ornullif there is no suchServiceConfiguration.static ServiceConfigurationServiceConfiguration. getInstance(String serviceIdentifier, Properties coordinates)Deprecated.Returns the soleServiceConfigurationimplementation in effect for the currentSystems and identified by the suppliedserviceIdentifierand suitable for the suppliedcoordinates, if there is one, ornullif there is no suchServiceConfiguration.
-