Class CustomTestApplicationProcessingStep

  • All Implemented Interfaces:
    androidx.room.compiler.processing.XProcessingStep

    public final class CustomTestApplicationProcessingStep
    extends BaseProcessingStep
    Processes usages of dagger.hilt.android.testing.CustomTestApplication.
    • Constructor Detail

      • CustomTestApplicationProcessingStep

        public CustomTestApplicationProcessingStep​(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

        public void processEach​(com.squareup.javapoet.ClassName annotation,
                                androidx.room.compiler.processing.XElement element)
                         throws java.lang.Exception
        Overrides:
        processEach in class BaseProcessingStep
        Throws:
        java.lang.Exception