Uses of Class
dagger.hilt.processor.internal.JavacBaseProcessingStepProcessor
-
-
Uses of JavacBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.androidentrypoint
Subclasses of JavacBaseProcessingStepProcessor 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 JavacBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.bindvalue
Subclasses of JavacBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.bindvalue Modifier and Type Class Description classBindValueProcessorProvides a test's @BindValue fields to the SINGLETON component. -
Uses of JavacBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.customtestapplication
Subclasses of JavacBaseProcessingStepProcessor in dagger.hilt.android.processor.internal.customtestapplication Modifier and Type Class Description classCustomTestApplicationProcessorProcesses usages ofdagger.hilt.android.testing.CustomTestApplication. -
Uses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.aggregateddeps
Subclasses of JavacBaseProcessingStepProcessor 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 JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.aliasof
Subclasses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.aliasof Modifier and Type Class Description classAliasOfProcessorProcesses the annotations annotated withdagger.hilt.migration.AliasOf -
Uses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.definecomponent
Subclasses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.definecomponent Modifier and Type Class Description classDefineComponentProcessorA processor fordagger.hilt.DefineComponentanddagger.hilt.DefineComponent.Builder. -
Uses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.disableinstallincheck
Subclasses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.disableinstallincheck Modifier and Type Class Description classDisableInstallInCheckProcessorProcesses the annotations annotated withdagger.hilt.migration.DisableInstallInCheck -
Uses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.generatesrootinput
Subclasses of JavacBaseProcessingStepProcessor 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 JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.originatingelement
Subclasses of JavacBaseProcessingStepProcessor 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 JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.root
Subclasses of JavacBaseProcessingStepProcessor 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 JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.uninstallmodules
Subclasses of JavacBaseProcessingStepProcessor in dagger.hilt.processor.internal.uninstallmodules Modifier and Type Class Description classUninstallModulesProcessorValidatesdagger.hilt.android.testing.UninstallModulesusages.
-