| Package | Description |
|---|---|
| dagger.internal | |
| dagger.internal.codegen | |
| dagger.internal.loaders |
| Modifier and Type | Method and Description |
|---|---|
abstract StaticInjection |
Loader.getStaticInjection(Class<?> injectedClass)
Returns the static injection for
injectedClass. |
StaticInjection |
FailoverLoader.getStaticInjection(Class<?> injectedClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphAnalysisStaticInjection |
| Modifier and Type | Method and Description |
|---|---|
StaticInjection |
GraphAnalysisLoader.getStaticInjection(Class<?> injectedClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveStaticInjection
Uses reflection to inject the static fields of a class.
|
| Modifier and Type | Method and Description |
|---|---|
static StaticInjection |
ReflectiveStaticInjection.create(Class<?> injectedClass) |
Copyright © 2024 Square, Inc.. All rights reserved.