public class YamlConfigurationReader extends Object implements IConfigurationReader
| Constructor and Description |
|---|
YamlConfigurationReader(InputStream input) |
YamlConfigurationReader(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getArray(String key) |
Boolean |
getBoolean(String key) |
Integer |
getInteger(String key) |
IConfigurationReader |
getObject(String key) |
String |
getString(String key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBooleanOrDefault, getIntegerOrDefault, getStringOrDefault, readKeyStoreFactoryConfiguration, readSecretKeyConfiguration, readStoreConfigurationpublic YamlConfigurationReader(InputStream input)
public String getString(String key)
getString in interface IConfigurationReaderpublic Boolean getBoolean(String key)
getBoolean in interface IConfigurationReaderpublic Integer getInteger(String key)
getInteger in interface IConfigurationReaderpublic <T> List<T> getArray(String key)
getArray in interface IConfigurationReaderpublic IConfigurationReader getObject(String key)
getObject in interface IConfigurationReaderCopyright © 2017 Prompto. All rights reserved.