Class TeamAppsJavaDtoGenerator

java.lang.Object
org.teamapps.dto.generate.TeamAppsJavaDtoGenerator

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

    Constructors
    Constructor Description
    TeamAppsJavaDtoGenerator​(java.lang.String packageName, TeamAppsDtoModel model)  
    TeamAppsJavaDtoGenerator​(TeamAppsDtoModel model)  
  • Method Summary

    Modifier and Type Method Description
    void generate​(java.io.File targetDir)  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

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

    • TeamAppsJavaDtoGenerator

      public TeamAppsJavaDtoGenerator​(TeamAppsDtoModel model) throws java.io.IOException
      Throws:
      java.io.IOException
    • TeamAppsJavaDtoGenerator

      public TeamAppsJavaDtoGenerator​(java.lang.String packageName, TeamAppsDtoModel model) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.io.IOException
      Throws:
      java.io.IOException
    • generate

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