public class YamlConfigSource extends MapBackedConfigSource
| Constructor and Description |
|---|
YamlConfigSource(String name,
InputStream stream)
Deprecated.
|
YamlConfigSource(String name,
InputStream stream,
int defaultOrdinal)
Deprecated.
|
YamlConfigSource(String name,
Map<String,String> source,
int ordinal) |
YamlConfigSource(String name,
String source) |
YamlConfigSource(String name,
String source,
int ordinal) |
YamlConfigSource(URL url) |
YamlConfigSource(URL url,
int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getPropertyNames() |
getProperties, getValuegetName, getOrdinal, toString@Deprecated public YamlConfigSource(String name, InputStream stream) throws IOException
IOExceptionpublic YamlConfigSource(URL url) throws IOException
IOExceptionpublic YamlConfigSource(URL url, int ordinal) throws IOException
IOException@Deprecated public YamlConfigSource(String name, InputStream stream, int defaultOrdinal) throws IOException
IOExceptionpublic Set<String> getPropertyNames()
getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSourcegetPropertyNames in class MapBackedConfigSourceCopyright © 2018–2021. All rights reserved.