Package | Description |
---|---|
dagger.internal | |
dagger.internal.codegen |
Modifier and Type | Class and Description |
---|---|
class |
FailoverLoader
Handles loading/finding of modules, injection bindings, and static injections by use of a
strategy of "load the appropriate generated code" or, if no such code is found, create a
reflective equivalent.
|
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.
|
Constructor and Description |
---|
Linker(Linker base,
Loader plugin,
Linker.ErrorHandler errorHandler) |
Modifier and Type | Class and Description |
---|---|
class |
GraphAnalysisLoader
A
Binding.Resolver suitable for tool use at build time. |
Copyright © 2016 Square, Inc.. All rights reserved.