Interface ConfigSourceContext


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

      • getProfiles

        default List<String> getProfiles()
      • getConfigSources

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