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