Class PojoCodeGenerator


  • public class PojoCodeGenerator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String QUERY_SUFFIX  
      static java.lang.String UDB_PREFIX  
    • Method Summary

      Modifier and Type Method Description
      void createSchemaInterface​(Schema schema, java.io.File baseDir)  
      void generateCode​(Schema schema, java.io.File basePath)  
      • Methods inherited from class java.lang.Object

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

      • PojoCodeGenerator

        public PojoCodeGenerator()
    • Method Detail

      • generateCode

        public void generateCode​(Schema schema,
                                 java.io.File basePath)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • createSchemaInterface

        public void createSchemaInterface​(Schema schema,
                                          java.io.File baseDir)
                                   throws java.io.IOException
        Throws:
        java.io.IOException