Uses of Class
dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
Packages that use KspBaseProcessingStepProcessor
Package
Description
-
Uses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.androidentrypoint
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.androidentrypointModifier and TypeClassDescriptionfinal classProcessor that creates a module for classes marked withdagger.hilt.android.AndroidEntryPoint. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.bindvalue
Modifier and TypeClassDescriptionfinal classProvides 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.customtestapplicationModifier and TypeClassDescriptionfinal classProcesses usages ofdagger.hilt.android.testing.CustomTestApplication. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.aggregateddeps
Modifier and TypeClassDescriptionfinal classProcessor 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.aliasofModifier and TypeClassDescriptionfinal classProcesses the annotations annotated withdagger.hilt.migration.AliasOf -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.definecomponent
Modifier and TypeClassDescriptionfinal classA processor fordagger.hilt.DefineComponentanddagger.hilt.DefineComponent.Builder. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.disableinstallincheck
Subclasses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.disableinstallincheckModifier and TypeClassDescriptionfinal classProcesses the annotations annotated withdagger.hilt.migration.DisableInstallInCheck -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.generatesrootinput
Modifier and TypeClassDescriptionfinal classProcesses 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
Modifier and TypeClassDescriptionfinal classProcesses 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.rootModifier and TypeClassDescriptionfinal classProcessor that outputs dagger components based on transitive build deps.final classProcessor that outputs dagger components based on transitive build deps. -
Uses of KspBaseProcessingStepProcessor in dagger.hilt.processor.internal.uninstallmodules
Modifier and TypeClassDescriptionfinal classValidatesdagger.hilt.android.testing.UninstallModulesusages.