public interface Module
| 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) |
Iterable<String> |
names() |
void |
setParent(Context context) |
Iterable<Class<?>> |
types() |
Iterable<Object> |
values() |
Copyright © 2014. All rights reserved.