Module io.helidon.builder.config
Package io.helidon.builder.config.spi
Interface HelidonConfigBeanRegistry
- All Known Subinterfaces:
BindableConfigBeanRegistry,ConfigBeanRegistry
public interface HelidonConfigBeanRegistry
The highest weighted service-loaded instance of this contract will be responsible for managing the active
ConfigBean instances running in the JVM.-
Method Summary
Modifier and TypeMethodDescription<CB> Map<String,Collection<CB>> Returns all config beans indexed by its config key.
-
Method Details
-
allConfigBeans
Returns all config beans indexed by its config key.- Type Parameters:
CB- the config bean type- Returns:
- all config beans
-