Package io.smallrye.config
Interface ConfigSourceContext
-
public interface ConfigSourceContextExposes contextual information on the ConfigSource initialization viaConfigSourceFactory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigSourceContext.ConfigSourceContextConfigSource
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default List<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources()default List<String>getProfiles()ConfigValuegetValue(String name)Iterator<String>iterateNames()
-