Class AggregatedDepsProcessingStep
- java.lang.Object
-
- dagger.hilt.processor.internal.BaseProcessingStep
-
- dagger.hilt.processor.internal.aggregateddeps.AggregatedDepsProcessingStep
-
- All Implemented Interfaces:
androidx.room.compiler.processing.XProcessingStep
public final class AggregatedDepsProcessingStep extends BaseProcessingStep
Processor that outputs dummy files to propagate information through multiple javac runs.
-
-
Constructor Summary
Constructors Constructor Description AggregatedDepsProcessingStep(androidx.room.compiler.processing.XProcessingEnv env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName>annotationClassNames()voidprocessEach(com.squareup.javapoet.ClassName annotation, androidx.room.compiler.processing.XElement element)-
Methods inherited from class dagger.hilt.processor.internal.BaseProcessingStep
annotations, delayErrors, postProcess, postRoundProcess, preProcess, preRoundProcess, process, processingEnv
-
-
-
-
Method Detail
-
annotationClassNames
protected com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> annotationClassNames()
- Overrides:
annotationClassNamesin classBaseProcessingStep
-
processEach
public void processEach(com.squareup.javapoet.ClassName annotation, androidx.room.compiler.processing.XElement element) throws java.lang.Exception- Overrides:
processEachin classBaseProcessingStep- Throws:
java.lang.Exception
-
-