public class ResourceBundleConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | ERROR_KEY_BLANK | 
| Constructor and Description | 
|---|
| ResourceBundleConfiguration(ResourceBundle resourceBundle) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | asFlatMap() | 
| ResourceBundle | asResourceBundle() | 
| boolean | containsKey(String key) | 
| Object | get(String key) | 
get, getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsString, getAsString, getAt, getAtprotected static final String ERROR_KEY_BLANK
@Inject public ResourceBundleConfiguration(@Nonnull ResourceBundle resourceBundle)