Class ConfigConfig


  • @ConfigRoot(name="<<parent>>",
                phase=BUILD_AND_RUN_TIME_FIXED)
    public class ConfigConfig
    extends Object
    We don't really use this, because these are configurations for the config itself, so it causes a chicken / egg problem, but we have it so the configurations can be properly documented. Relocation of the Config configurations to the Quarkus namespace is done in ConfigUtils#configBuilder.
    • Field Detail

      • locations

        @ConfigItem(name="config.locations")
        public Optional<List<String>> locations
        Additional config locations to be loaded with the Config. The configuration support multiple locations separated by a comma and each must represent a valid URI.
      • profileParent

        @ConfigItem(name="config.profile.parent")
        public Optional<String> profileParent
        Accepts a single configuration profile name. If a configuration property cannot be found in the current active profile, the config performs the same lookup in the profile set by this configuration.
    • Constructor Detail

      • ConfigConfig

        public ConfigConfig()