Uses of Class
dagger.hilt.processor.internal.BaseProcessor
-
-
Uses of BaseProcessor in dagger.hilt.android.processor.internal.androidentrypoint
Subclasses of BaseProcessor in dagger.hilt.android.processor.internal.androidentrypoint Modifier and Type Class Description classAndroidEntryPointProcessorProcessor that creates a module for classes marked withdagger.hilt.android.AndroidEntryPoint. -
Uses of BaseProcessor in dagger.hilt.android.processor.internal.bindvalue
Subclasses of BaseProcessor in dagger.hilt.android.processor.internal.bindvalue Modifier and Type Class Description classBindValueProcessorProvides a test's @BindValue fields to the SINGLETON component. -
Uses of BaseProcessor in dagger.hilt.android.processor.internal.customtestapplication
Subclasses of BaseProcessor in dagger.hilt.android.processor.internal.customtestapplication Modifier and Type Class Description classCustomTestApplicationProcessorProcesses usages ofdagger.hilt.android.testing.CustomTestApplication. -
Uses of BaseProcessor in dagger.hilt.processor.internal.aggregateddeps
Subclasses of BaseProcessor in dagger.hilt.processor.internal.aggregateddeps Modifier and Type Class Description classAggregatedDepsProcessorProcessor that outputs dummy files to propagate information through multiple javac runs. -
Uses of BaseProcessor in dagger.hilt.processor.internal.aliasof
Subclasses of BaseProcessor in dagger.hilt.processor.internal.aliasof Modifier and Type Class Description classAliasOfProcessorProcesses the annotations annotated withdagger.hilt.migration.AliasOf -
Uses of BaseProcessor in dagger.hilt.processor.internal.definecomponent
Subclasses of BaseProcessor in dagger.hilt.processor.internal.definecomponent Modifier and Type Class Description classDefineComponentProcessorA processor fordagger.hilt.DefineComponentanddagger.hilt.DefineComponent.Builder. -
Uses of BaseProcessor in dagger.hilt.processor.internal.disableinstallincheck
Subclasses of BaseProcessor in dagger.hilt.processor.internal.disableinstallincheck Modifier and Type Class Description classDisableInstallInCheckProcessorProcesses the annotations annotated withdagger.hilt.migration.DisableInstallInCheck -
Uses of BaseProcessor in dagger.hilt.processor.internal.generatesrootinput
Subclasses of BaseProcessor in dagger.hilt.processor.internal.generatesrootinput Modifier and Type Class Description classGeneratesRootInputProcessorProcesses the annotations annotated withdagger.hilt.GeneratesRootInputwhich generate input for components and should be processed before component creation. -
Uses of BaseProcessor in dagger.hilt.processor.internal.originatingelement
Subclasses of BaseProcessor in dagger.hilt.processor.internal.originatingelement Modifier and Type Class Description classOriginatingElementProcessorProcesses the annotations annotated withdagger.hilt.codegen.OriginatingElementto check that they're only used on top-level classes and the value passed is also a top-level class. -
Uses of BaseProcessor in dagger.hilt.processor.internal.root
Subclasses of BaseProcessor in dagger.hilt.processor.internal.root Modifier and Type Class Description classComponentTreeDepsProcessorProcessor that outputs dagger components based on transitive build deps.classRootProcessorProcessor that outputs dagger components based on transitive build deps. -
Uses of BaseProcessor in dagger.hilt.processor.internal.uninstallmodules
Subclasses of BaseProcessor in dagger.hilt.processor.internal.uninstallmodules Modifier and Type Class Description classUninstallModulesProcessorValidatesdagger.hilt.android.testing.UninstallModulesusages.
-