Class BuilderSourceGenerator


  • public class BuilderSourceGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BuilderSourceGenerator​(com.squareup.javawriter.JavaWriter writer, TypeM generatedAnnotationType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generateSource​(BuilderM builder)  
      java.util.List<java.lang.String> getWarnings()  
      • Methods inherited from class java.lang.Object

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

      • BuilderSourceGenerator

        public BuilderSourceGenerator​(com.squareup.javawriter.JavaWriter writer,
                                      TypeM generatedAnnotationType)
    • Method Detail

      • getWarnings

        public java.util.List<java.lang.String> getWarnings()
      • generateSource

        public void generateSource​(BuilderM builder)
                            throws java.io.IOException
        Throws:
        java.io.IOException