Class GeneratesRootInputs


  • public final class GeneratesRootInputs
    extends java.lang.Object
    Extracts the list of annotations annotated with dagger.hilt.GeneratesRootInput.
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneratesRootInputs​(androidx.room.compiler.processing.XProcessingEnv processingEnvironment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.collect.ImmutableSet<androidx.room.compiler.processing.XElement> getElementsToWaitFor​(androidx.room.compiler.processing.XRoundEnv roundEnv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeneratesRootInputs

        public GeneratesRootInputs​(androidx.room.compiler.processing.XProcessingEnv processingEnvironment)
    • Method Detail

      • getElementsToWaitFor

        public com.google.common.collect.ImmutableSet<androidx.room.compiler.processing.XElement> getElementsToWaitFor​(androidx.room.compiler.processing.XRoundEnv roundEnv)