public static interface LPConfiguration.Unsafe
| Modifier and Type | Method and Description |
|---|---|
@NonNull Object |
getObject(String key)
Gets an Object from the config.
|
@NonNull Object getObject(String key)
This method is nested under LPConfiguration.Unsafe because the keys
and return types may change between versions without warning.
key - the key, as defined as a field name in
the "ConfigKeys" class.IllegalArgumentException - if the key isn't known