Class ViewGenerator


  • public final class ViewGenerator
    extends java.lang.Object
    Generates an Hilt View class for the @AndroidEntryPoint annotated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate()  
      • Methods inherited from class java.lang.Object

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

      • ViewGenerator

        public ViewGenerator​(javax.annotation.processing.ProcessingEnvironment env,
                             AndroidEntryPointMetadata metadata)
    • Method Detail

      • generate

        public void generate()
                      throws java.io.IOException
        Throws:
        java.io.IOException