Interface ConfigSourceContext


public interface ConfigSourceContext
Exposes contextual information on the ConfigSource initialization via ConfigSourceFactory.
  • Method Details

    • getValue

      ConfigValue getValue(String name)
    • iterateNames

      Iterator<String> iterateNames()
    • getProfiles

      default List<String> getProfiles()
    • getConfigSources

      default List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources()