Interface to application configuration
Constructor and description |
---|
Config
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Map |
flatten()
|
<T> |
T |
getProperty(java.lang.String key, java.lang.Class targetType, T defaultValue, java.util.List allowedValues) Return the property value associated with the given key, or defaultValue if the key cannot be resolved. |
|
Config |
merge(Map toMerge) Merge another config and return this config
|
|
Properties |
toProperties() Converts the config to properties
|
Methods inherited from class | Name |
---|---|
interface ConfigMap |
getAt, getProperty, getProperty, getRequiredProperty, navigate, setAt |
Return the property value associated with the given key, or
defaultValue
if the key cannot be resolved.
key
- the property name to resolvetargetType
- the expected type of the property valuedefaultValue
- the default value to return if no value is foundthe
- allowable valuesMerge another config and return this config
toMerge
- The map to mergeConverts the config to properties