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.io.helidon.service.configuration.hikaricp Provides classes and interfaces for automatically discovering service configuration information relevant to Hikari connection pool componentry.io.helidon.service.configuration.hikaricp.localhost Provides classes and interfaces for automatically discovering service configuration information relevant to Hikari connection pool componentry suitable for local testing environments.io.helidon.service.configuration.microprofile.config Provides classes and interfaces that implement theConfigSourceinterface withServiceConfigurationconstructs.io.helidon.service.configuration.ucp Provides classes and interfaces for automatically discovering service configuration information relevant to Oracle Universal Connection Pool componentry.io.helidon.service.configuration.ucp.localhost Provides classes and interfaces for automatically discovering service configuration information relevant to Oracle Universal Connection Pool componentry suitable for local testing environments. -
-
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. -
Uses of ServiceConfiguration in io.helidon.service.configuration.hikaricp
Subclasses of ServiceConfiguration in io.helidon.service.configuration.hikaricp Modifier and Type Class Description classHikariCPServiceConfigurationDeprecated.This class is slated for removal.Methods in io.helidon.service.configuration.hikaricp that return ServiceConfiguration Modifier and Type Method Description ServiceConfigurationHikariCPServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)Deprecated.Overrides theServiceConfigurationProvider.buildFor(Set, Properties)method to ensure that there is an authoritativeSystemand then, if so, calls theHikariCPServiceConfigurationProvider.appliesTo(Properties, io.helidon.service.configuration.api.System, Properties)method, and, if that returnstrue, then calls theHikariCPServiceConfigurationProvider.create(Properties, io.helidon.service.configuration.api.System, Properties)method and returns its result. -
Uses of ServiceConfiguration in io.helidon.service.configuration.hikaricp.localhost
Subclasses of ServiceConfiguration in io.helidon.service.configuration.hikaricp.localhost Modifier and Type Class Description classHikariCPServiceConfigurationLocalhostDeprecated.This class is slated for removal. -
Uses of ServiceConfiguration in io.helidon.service.configuration.microprofile.config
Constructors in io.helidon.service.configuration.microprofile.config with parameters of type ServiceConfiguration Constructor Description ServiceConfigurationConfigSource(ServiceConfiguration serviceConfiguration)Deprecated.Creates a newServiceConfigurationConfigSource. -
Uses of ServiceConfiguration in io.helidon.service.configuration.ucp
Subclasses of ServiceConfiguration in io.helidon.service.configuration.ucp Modifier and Type Class Description classUCPServiceConfigurationDeprecated.This class is slated for removal.Methods in io.helidon.service.configuration.ucp that return ServiceConfiguration Modifier and Type Method Description ServiceConfigurationUCPServiceConfigurationProvider. buildFor(Set<? extends System> systems, Properties coordinates)Deprecated.Overrides theServiceConfigurationProvider.buildFor(Set, Properties)method to ensure that there is an authoritativeSystemand then, if so, calls theUCPServiceConfigurationProvider.appliesTo(Properties, io.helidon.service.configuration.api.System, Properties)method, and, if that returnstrue, then calls theUCPServiceConfigurationProvider.create(Properties, io.helidon.service.configuration.api.System, Properties)method and returns its result. -
Uses of ServiceConfiguration in io.helidon.service.configuration.ucp.localhost
Subclasses of ServiceConfiguration in io.helidon.service.configuration.ucp.localhost Modifier and Type Class Description classUCPServiceConfigurationLocalhostDeprecated.This class is slated for removal.
-