public class OptionalConfig extends Object
| Constructor and Description |
|---|
OptionalConfig(com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(String path) |
com.typesafe.config.Config |
getConfig() |
Double |
getDouble(String path) |
Integer |
getInt(String path) |
<T> List<T> |
getList(String path) |
Object |
getObject(String path) |
String |
getString(String path) |
Boolean |
hasPath(String path) |
protected Object |
safe(String path) |
Copyright © 2018. All rights reserved.