Class 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 void postProcess​(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)  
      protected void preProcess​(androidx.room.compiler.processing.XProcessingEnv env, androidx.room.compiler.processing.XRoundEnv round)  
      void processEach​(com.squareup.javapoet.ClassName annotation, androidx.room.compiler.processing.XElement element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface androidx.room.compiler.processing.XProcessingStep

        process, processOver
    • Constructor Detail

      • BindValueProcessingStep

        public BindValueProcessingStep​(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
      • preProcess

        protected void preProcess​(androidx.room.compiler.processing.XProcessingEnv env,
                                  androidx.room.compiler.processing.XRoundEnv round)
        Overrides:
        preProcess in class BaseProcessingStep
      • processEach

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

        protected void postProcess​(androidx.room.compiler.processing.XProcessingEnv env,
                                   androidx.room.compiler.processing.XRoundEnv round)
                            throws java.lang.Exception
        Overrides:
        postProcess in class BaseProcessingStep
        Throws:
        java.lang.Exception