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) |
asProperties, get, getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsString, getAsString, getAt, getAt
protected static final String ERROR_KEY_BLANK
@Inject public ResourceBundleConfiguration(@Nonnull ResourceBundle resourceBundle)