Class BindValueProcessingStep
- java.lang.Object
-
- dagger.hilt.processor.internal.BaseProcessingStep
-
- dagger.hilt.android.processor.internal.bindvalue.BindValueProcessingStep
-
- All Implemented Interfaces:
androidx.room.compiler.processing.XProcessingStep
public final class BindValueProcessingStep extends BaseProcessingStep
Provides a test's @BindValue fields to the SINGLETON component.
-
-
Constructor Summary
Constructors Constructor Description BindValueProcessingStep(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()protected voidpostProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)protected 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
-
annotationClassNames
protected com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> annotationClassNames()
- Overrides:
annotationClassNamesin classBaseProcessingStep
-
preProcess
protected void preProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)- Overrides:
preProcessin classBaseProcessingStep
-
processEach
public void processEach(com.squareup.javapoet.ClassName annotation, androidx.room.compiler.processing.XElement element)- Overrides:
processEachin classBaseProcessingStep
-
postProcess
protected void postProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round) throws java.lang.Exception- Overrides:
postProcessin classBaseProcessingStep- Throws:
java.lang.Exception
-
-