Class DataTransferObjectsGenerator

java.lang.Object
cool.klass.generator.dto.DataTransferObjectsGenerator

public class DataTransferObjectsGenerator extends Object
  • Constructor Details

    • DataTransferObjectsGenerator

      public DataTransferObjectsGenerator(@Nonnull DomainModel domainModel)
  • Method Details

    • writeDataTransferObjectFiles

      public void writeDataTransferObjectFiles(@Nonnull Path outputPath) throws IOException
      Throws:
      IOException
    • getDtoOutputPath

      @Nonnull public Path getDtoOutputPath(@Nonnull Path outputPath, @Nonnull PackageableElement packageableElement)
    • getClassSourceCode

      @Nonnull public String getClassSourceCode(@Nonnull Klass klass)