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 Type
    Method
    Description
    <CB> Map<String,Collection<CB>>
    Returns all config beans indexed by its config key.
  • Method Details

    • allConfigBeans

      <CB> Map<String,Collection<CB>> allConfigBeans()
      Returns all config beans indexed by its config key.
      Type Parameters:
      CB - the config bean type
      Returns:
      all config beans