Class FragmentGenerator


  • public final class FragmentGenerator
    extends java.lang.Object
    Generates an Hilt Fragment 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

      • FragmentGenerator

        public FragmentGenerator​(androidx.room.compiler.processing.XProcessingEnv env,
                                 AndroidEntryPointMetadata metadata)
    • Method Detail

      • generate

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