Uses of Interface
io.helidon.pico.configdriven.runtime.ConfiguredServiceProvider
Packages that use ConfiguredServiceProvider
-
Uses of ConfiguredServiceProvider in io.helidon.pico.configdriven.runtime
Classes in io.helidon.pico.configdriven.runtime that implement ConfiguredServiceProviderModifier and TypeClassDescriptionclassAbstract base for any config-driven-service.Methods in io.helidon.pico.configdriven.runtime that return types with arguments of type ConfiguredServiceProviderModifier and TypeMethodDescriptionConfigBeanRegistry.configurableServiceProviders()These are the services that are configurable, mapping to the configuration beans each expects.ConfigBeanRegistry.configuredServiceProviders()These are the managed/slave service providers that are associated with config bean instances.ConfigBeanRegistry.configuredServiceProvidersConfiguredBy(String key) These are the managed/slave service providers that are associated with config bean instances with the configkeyprovided.Methods in io.helidon.pico.configdriven.runtime with parameters of type ConfiguredServiceProviderModifier and TypeMethodDescriptionvoidBindableConfigBeanRegistry.bind(ConfiguredServiceProvider<?, ?> configuredServiceProvider, QualifierAndValue configuredByQualifier, io.helidon.builder.config.spi.MetaConfigBeanInfo metaConfigBeanInfo) Binds aConfiguredServiceProviderto theMetaConfigBeanInfoannotation it is configured by.