Class ComponentTreeDepsProcessingStep

java.lang.Object
dagger.hilt.processor.internal.BaseProcessingStep
dagger.hilt.processor.internal.root.ComponentTreeDepsProcessingStep
All Implemented Interfaces:
androidx.room.compiler.processing.XProcessingStep

public final class ComponentTreeDepsProcessingStep extends BaseProcessingStep
Processor that outputs dagger components based on transitive build deps.
  • Constructor Details

    • ComponentTreeDepsProcessingStep

      public ComponentTreeDepsProcessingStep(androidx.room.compiler.processing.XProcessingEnv env)
  • Method Details

    • annotationClassNames

      protected com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> annotationClassNames()
      Overrides:
      annotationClassNames in class BaseProcessingStep
    • processEach

      protected void processEach(com.squareup.javapoet.ClassName annotation, androidx.room.compiler.processing.XElement element)
      Overrides:
      processEach in class BaseProcessingStep
    • postProcess

      public void postProcess(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv roundEnv) throws Exception
      Overrides:
      postProcess in class BaseProcessingStep
      Throws:
      Exception