Uses of Class
dagger.hilt.processor.internal.BaseProcessingStep
-
-
Uses of BaseProcessingStep in dagger.hilt.android.processor.internal.androidentrypoint
Subclasses of BaseProcessingStep in dagger.hilt.android.processor.internal.androidentrypoint Modifier and Type Class Description classAndroidEntryPointProcessingStepProcessor that creates a module for classes marked withdagger.hilt.android.AndroidEntryPoint.Methods in dagger.hilt.android.processor.internal.androidentrypoint that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepAndroidEntryPointProcessor. processingStep()protected BaseProcessingStepKspAndroidEntryPointProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.android.processor.internal.bindvalue
Subclasses of BaseProcessingStep in dagger.hilt.android.processor.internal.bindvalue Modifier and Type Class Description classBindValueProcessingStepProvides a test's @BindValue fields to the SINGLETON component.Methods in dagger.hilt.android.processor.internal.bindvalue that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepBindValueProcessor. processingStep()protected BaseProcessingStepKspBindValueProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.android.processor.internal.customtestapplication
Subclasses of BaseProcessingStep in dagger.hilt.android.processor.internal.customtestapplication Modifier and Type Class Description classCustomTestApplicationProcessingStepProcesses usages ofdagger.hilt.android.testing.CustomTestApplication. -
Uses of BaseProcessingStep in dagger.hilt.processor.internal
Methods in dagger.hilt.processor.internal that return BaseProcessingStep Modifier and Type Method Description protected abstract BaseProcessingStepJavacBaseProcessingStepProcessor. processingStep()protected abstract BaseProcessingStepKspBaseProcessingStepProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.aggregateddeps
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.aggregateddeps Modifier and Type Class Description classAggregatedDepsProcessingStepProcessor that outputs dummy files to propagate information through multiple javac runs.Methods in dagger.hilt.processor.internal.aggregateddeps that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepAggregatedDepsProcessor. processingStep()protected BaseProcessingStepKspAggregatedDepsProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.aliasof
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.aliasof Modifier and Type Class Description classAliasOfProcessingStepProcesses the annotations annotated withdagger.hilt.migration.AliasOfMethods in dagger.hilt.processor.internal.aliasof that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepKspAliasOfProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.definecomponent
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.definecomponent Modifier and Type Class Description classDefineComponentProcessingStepA processor fordagger.hilt.DefineComponentanddagger.hilt.DefineComponent.Builder.Methods in dagger.hilt.processor.internal.definecomponent that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepDefineComponentProcessor. processingStep()protected BaseProcessingStepKspDefineComponentProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.disableinstallincheck
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.disableinstallincheck Modifier and Type Class Description classDisableInstallInCheckProcessingStepProcesses the annotations annotated withdagger.hilt.migration.DisableInstallInCheck -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.generatesrootinput
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.generatesrootinput Modifier and Type Class Description classGeneratesRootInputProcessingStepProcesses the annotations annotated withdagger.hilt.GeneratesRootInputwhich generate input for components and should be processed before component creation. -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.originatingelement
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.originatingelement Modifier and Type Class Description classOriginatingElementProcessingStepProcesses 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.Methods in dagger.hilt.processor.internal.originatingelement that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepKspOriginatingElementProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.root
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.root Modifier and Type Class Description classComponentTreeDepsProcessingStepProcessor that outputs dagger components based on transitive build deps.classRootProcessingStepProcessor that outputs dagger components based on transitive build deps.Methods in dagger.hilt.processor.internal.root that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepComponentTreeDepsProcessor. processingStep()protected BaseProcessingStepKspComponentTreeDepsProcessor. processingStep()protected BaseProcessingStepKspRootProcessor. processingStep()protected BaseProcessingStepRootProcessor. processingStep() -
Uses of BaseProcessingStep in dagger.hilt.processor.internal.uninstallmodules
Subclasses of BaseProcessingStep in dagger.hilt.processor.internal.uninstallmodules Modifier and Type Class Description classUninstallModulesProcessingStepValidatesdagger.hilt.android.testing.UninstallModulesusages.Methods in dagger.hilt.processor.internal.uninstallmodules that return BaseProcessingStep Modifier and Type Method Description protected BaseProcessingStepKspUninstallModulesProcessor. processingStep()protected BaseProcessingStepUninstallModulesProcessor. processingStep()
-