| Modifier and Type | Class and Description |
|---|---|
class |
AndroidEntryPointProcessor
Processor that creates a module for classes marked with
dagger.hilt.android.AndroidEntryPoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
BindValueProcessor
Provides a test's @BindValue fields to the SINGLETON component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTestApplicationProcessor
Processes usages of
dagger.hilt.android.testing.CustomTestApplication. |
| Modifier and Type | Class and Description |
|---|---|
class |
UninstallModulesProcessor
Validates
dagger.hilt.android.testing.UninstallModules usages. |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedDepsProcessor
Processor that outputs dummy files to propagate information through multiple javac runs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasOfProcessor
Processes the annotations annotated with
dagger.hilt.migration.AliasOf |
| Modifier and Type | Class and Description |
|---|---|
class |
DefineComponentProcessor
A processor for
dagger.hilt.DefineComponent and dagger.hilt.DefineComponent.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
DisableInstallInCheckProcessor
Processes the annotations annotated with
dagger.hilt.migration.DisableInstallInCheck |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratesRootInputProcessor
Processes the annotations annotated with
dagger.hilt.GeneratesRootInput which generate
input for components and should be processed before component creation. |
| Modifier and Type | Class and Description |
|---|---|
class |
OriginatingElementProcessor
Processes the annotations annotated with
dagger.hilt.codegen.OriginatingElement to check
that they're only used on top-level classes and the value passed is also a top-level class. |
| Modifier and Type | Class and Description |
|---|---|
class |
RootProcessor
Processor that outputs dagger components based on transitive build deps.
|