public abstract class BaseModule extends Object implements Module
| Constructor and Description |
|---|
BaseModule() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> type) |
<T> T |
get(Class<T> type,
String name) |
Object |
get(String name) |
<T> Supplier<T> |
getSupplier(Class<T> type) |
<T> Supplier<T> |
getSupplier(Class<T> type,
String name) |
boolean |
has(Class type) |
boolean |
has(String name) |
void |
parent(Context context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProviderInfo, getProviderInfo, getProviderInfo, names, types, valuespublic <T> Supplier<T> getSupplier(Class<T> type, String name)
getSupplier in interface Modulepublic <T> Supplier<T> getSupplier(Class<T> type)
getSupplier in interface ModuleCopyright © 2014. All rights reserved.