Class 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 Detail

      • ComponentTreeDepsProcessingStep

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

      • 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 java.lang.Exception
        Overrides:
        postProcess in class BaseProcessingStep
        Throws:
        java.lang.Exception