public abstract class AbstractMapConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | ERROR_KEY_BLANK | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractMapConfiguration(Map<String,Object> map) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | asFlatMap() | 
| ResourceBundle | asResourceBundle() | 
| boolean | containsKey(String key)Searches for the key in this configuration. | 
| Object | get(String key)Returns the value associated with the given key. | 
asProperties, convertValue, convertValue, get, getAs, getAs, getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsString, getAsString, getAt, getAt, getConverted, getConverted, getConverted, getConvertedprotected static final String ERROR_KEY_BLANK
public boolean containsKey(@Nonnull String key)
Configurationkey - the key to search@Nonnull public ResourceBundle asResourceBundle()
@Nullable public Object get(@Nonnull String key)
Configurationkey - the key to search