public class YamlConfigSource extends MapBackedConfigSource
| Constructor and Description |
|---|
YamlConfigSource(String name,
InputStream stream) |
YamlConfigSource(String name,
InputStream stream,
int defaultOrdinal) |
YamlConfigSource(String name,
String str) |
YamlConfigSource(String name,
String str,
int defaultOrdinal) |
getProperties, getPropertyNames, getValuegetName, getOrdinal, toStringpublic YamlConfigSource(String name, InputStream stream) throws IOException
IOExceptionpublic YamlConfigSource(String name, InputStream stream, int defaultOrdinal) throws IOException
IOExceptionCopyright © 2018–2020. All rights reserved.