| Class | Description |
|---|---|
| ActivityGenerator |
Generates an Hilt Activity class for the @AndroidEntryPoint annotated class.
|
| AndroidEntryPointMetadata |
Metadata class for @AndroidEntryPoint annotated classes.
|
| AndroidEntryPointProcessor |
Processor that creates a module for classes marked with
dagger.hilt.android.AndroidEntryPoint. |
| ApplicationGenerator |
Generates an Hilt Application for an @AndroidEntryPoint app class.
|
| BroadcastReceiverGenerator |
Generates an Hilt BroadcastReceiver class for the @AndroidEntryPoint annotated class.
|
| FragmentGenerator |
Generates an Hilt Fragment class for the @AndroidEntryPoint annotated class.
|
| HiltCompilerOptions |
Hilt annotation processor options.
|
| InjectorEntryPointGenerator |
Generates an entry point that allows for injection of the given activity
|
| ServiceGenerator |
Generates an Hilt Service class for the @AndroidEntryPoint annotated class.
|
| ViewGenerator |
Generates an Hilt View class for the @AndroidEntryPoint annotated class.
|
| Enum | Description |
|---|---|
| AndroidEntryPointMetadata.AndroidType |
The Android type of the Android Entry Point element.
|
| HiltCompilerOptions.BooleanOption |
Processor options which can have true or false values.
|