Package | Description |
---|---|
dagger.internal | |
dagger.internal.codegen |
Modifier and Type | Method and Description |
---|---|
abstract <T> ModuleAdapter<T> |
Loader.getModuleAdapter(Class<T> moduleClass)
Returns a module adapter for
moduleClass or throws a TypeNotPresentException if
none can be found. |
<T> ModuleAdapter<T> |
FailoverLoader.getModuleAdapter(Class<T> type)
Obtains a module adapter for
module from the first responding resolver. |
Modifier and Type | Method and Description |
---|---|
static Map<ModuleAdapter<?>,Object> |
Modules.loadModules(Loader loader,
Object[] seedModulesOrClasses)
Returns a full set of module adapters, including module adapters for included
modules.
|
Modifier and Type | Method and Description |
---|---|
<T> ModuleAdapter<T> |
GraphAnalysisLoader.getModuleAdapter(Class<T> moduleClass) |
Copyright © 2016 Square, Inc.. All rights reserved.