Class KspGeneratesRootInputProcessor
- java.lang.Object
-
- androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor
-
- dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
-
- dagger.hilt.processor.internal.generatesrootinput.KspGeneratesRootInputProcessor
-
- All Implemented Interfaces:
androidx.room.compiler.processing.XBasicAnnotationProcessor,com.google.devtools.ksp.processing.SymbolProcessor
public final class KspGeneratesRootInputProcessor extends KspBaseProcessingStepProcessor
Processes the annotations annotated withdagger.hilt.GeneratesRootInputwhich generate input for components and should be processed before component creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKspGeneratesRootInputProcessor.ProviderProvides theKspGeneratesRootInputProcessor.
-
Constructor Summary
Constructors Constructor Description KspGeneratesRootInputProcessor(com.google.devtools.ksp.processing.SymbolProcessorEnvironment symbolProcessorEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GeneratesRootInputProcessingStepprocessingStep()-
Methods inherited from class dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
initialize, postRound, preRound, processingSteps
-
-
-
-
Method Detail
-
processingStep
protected GeneratesRootInputProcessingStep processingStep()
- Specified by:
processingStepin classKspBaseProcessingStepProcessor
-
-