Class AppConfigurationPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<com.azure.data.appconfiguration.ConfigurationClient>
com.azure.spring.cloud.config.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 Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.springframework.core.env.EnumerablePropertySource

    containsProperty

    Methods inherited from class org.springframework.core.env.PropertySource

    equals, getName, getSource, hashCode, named, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • 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>