public interface SettingsHolder
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asProperties(String prefix,
boolean includePrefix) |
boolean |
booleanValue(String name) |
com.typesafe.config.Config |
config() |
double |
doubleValue(String name) |
boolean |
hasValue(String name) |
int |
intValue(String name) |
long |
longValue(String name) |
default <T> T |
proxy(Class<T> configurationInterface) |
<T> T |
proxy(Class<T> configurationInterface,
CryptoClient cryptoClient) |
String |
stringValue(String name) |
com.typesafe.config.Config config()
default <T> T proxy(Class<T> configurationInterface)
<T> T proxy(Class<T> configurationInterface, CryptoClient cryptoClient)
boolean hasValue(String name)
int intValue(String name)
boolean booleanValue(String name)
long longValue(String name)
double doubleValue(String name)
Copyright © 2012–2017 Polyglotted IO. All rights reserved.