Uses of Class
dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
-
-
Uses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.androidentrypoint
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.androidentrypoint Modifier and Type Class Description classKspAndroidEntryPointProcessorProcessor that creates a module for classes marked withdagger.hilt.android.AndroidEntryPoint. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.bindvalue
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.bindvalue Modifier and Type Class Description classKspBindValueProcessorProvides a test's @BindValue fields to the SINGLETON component. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.customtestapplication
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.customtestapplication Modifier and Type Class Description classKspCustomTestApplicationProcessorProcesses usages ofdagger.hilt.android.testing.CustomTestApplication. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.aggregateddeps
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.aggregateddeps Modifier and Type Class Description classKspAggregatedDepsProcessorProcessor that outputs dummy files to propagate information through multiple javac runs. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.aliasof
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.aliasof Modifier and Type Class Description classKspAliasOfProcessorProcesses the annotations annotated withdagger.hilt.migration.AliasOf -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.definecomponent
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.definecomponent Modifier and Type Class Description classKspDefineComponentProcessorA processor fordagger.hilt.DefineComponentanddagger.hilt.DefineComponent.Builder. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.disableinstallincheck
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.disableinstallincheck Modifier and Type Class Description classKspDisableInstallInCheckProcessorProcesses the annotations annotated withdagger.hilt.migration.DisableInstallInCheck -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.generatesrootinput
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.generatesrootinput Modifier and Type Class Description classKspGeneratesRootInputProcessorProcesses the annotations annotated withdagger.hilt.GeneratesRootInputwhich generate input for components and should be processed before component creation. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.originatingelement
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.originatingelement Modifier and Type Class Description classKspOriginatingElementProcessorProcesses 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 KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.root
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.root Modifier and Type Class Description classKspComponentTreeDepsProcessorProcessor that outputs dagger components based on transitive build deps.classKspRootProcessorProcessor that outputs dagger components based on transitive build deps. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.uninstallmodules
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.uninstallmodules Modifier and Type Class Description classKspUninstallModulesProcessorValidatesdagger.hilt.android.testing.UninstallModulesusages.
-