Uses of Interface
io.helidon.builder.config.spi.HelidonConfigBeanRegistry
Packages that use HelidonConfigBeanRegistry
Package
Description
Helidon ConfigBean Builder SPI.
Pico's config-driven-service API.
-
Uses of HelidonConfigBeanRegistry in io.helidon.builder.config.spi
Methods in io.helidon.builder.config.spi that return HelidonConfigBeanRegistryModifier and TypeMethodDescriptionConfigBeanRegistryProvider.configBeanRegistry()The service-loaded globalHelidonConfigBeanRegistryinstance.Methods in io.helidon.builder.config.spi that return types with arguments of type HelidonConfigBeanRegistryModifier and TypeMethodDescriptionstatic Optional<HelidonConfigBeanRegistry>ConfigBeanRegistryHolder.configBeanRegistry()Provides the global service-loader instance ofHelidonConfigBeanRegistry. -
Uses of HelidonConfigBeanRegistry in io.helidon.pico.configdriven.runtime
Subinterfaces of HelidonConfigBeanRegistry in io.helidon.pico.configdriven.runtimeModifier and TypeInterfaceDescriptioninterfaceProvides bindable extensions to theConfigBeanRegistry.interfaceThe highest ranked/weighted implementor of this contract is responsible for managing the set ofConfigBean's that are active, along with whether the application is configured to support dynamic aspects (i.e., dynamic in content, dynamic in lifecycle, etc.).Methods in io.helidon.pico.configdriven.runtime that return HelidonConfigBeanRegistry