Class AppConfigurationPropertySource


  • public final class AppConfigurationPropertySource
    extends org.springframework.core.env.EnumerablePropertySource<com.azure.data.appconfiguration.ConfigurationClient>
    Azure App Configuration PropertySource unique per Store Label(Profile) combo.

    i.e. If connecting to 2 stores and have 2 labels set 4 AppConfigurationPropertySources need to be created.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource

        org.springframework.core.env.PropertySource.StubPropertySource
    • Field Summary

      • Fields inherited from class org.springframework.core.env.PropertySource

        logger, name, source
    • Method Detail

      • getPropertyNames

        public String[] getPropertyNames()
        Specified by:
        getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<com.azure.data.appconfiguration.ConfigurationClient>
      • getProperty

        public Object getProperty​(String name)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<com.azure.data.appconfiguration.ConfigurationClient>