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 Modifier and Type Method Description List<String>getProfiles()ConfigValuegetValue(String name)Iterator<String>iterateNames()
-