public class EnvConfigSource extends MapBackedConfigSource
| Modifier | Constructor and Description |
|---|---|
protected |
EnvConfigSource() |
protected |
EnvConfigSource(int ordinal) |
|
EnvConfigSource(Map<String,String> propertyMap,
int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getPropertyNames() |
String |
getValue(String propertyName) |
getPropertiesgetName, getOrdinal, toStringprotected EnvConfigSource()
protected EnvConfigSource(int ordinal)
public String getValue(String propertyName)
getValue in interface org.eclipse.microprofile.config.spi.ConfigSourcegetValue in class MapBackedConfigSourcepublic Set<String> getPropertyNames()
getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSourcegetPropertyNames in class MapBackedConfigSourceCopyright © 2018–2021. All rights reserved.