Class DefineComponentProcessingStep
- java.lang.Object
-
- dagger.hilt.processor.internal.BaseProcessingStep
-
- dagger.hilt.processor.internal.definecomponent.DefineComponentProcessingStep
-
- All Implemented Interfaces:
androidx.room.compiler.processing.XProcessingStep
public final class DefineComponentProcessingStep extends BaseProcessingStep
A processor fordagger.hilt.DefineComponentanddagger.hilt.DefineComponent.Builder.
-
-
Constructor Summary
Constructors Constructor Description DefineComponentProcessingStep(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()voidpostProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)voidpreProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)voidprocessEach(com.squareup.javapoet.ClassName annotation, androidx.room.compiler.processing.XElement element)-
Methods inherited from class dagger.hilt.processor.internal.BaseProcessingStep
annotations, delayErrors, postRoundProcess, preRoundProcess, process, processingEnv
-
-
-
-
Method Detail
-
preProcess
public void preProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)- Overrides:
preProcessin classBaseProcessingStep
-
postProcess
public void postProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)- Overrides:
postProcessin classBaseProcessingStep
-
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)- Overrides:
processEachin classBaseProcessingStep
-
-