java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.shared.PackageGenerator<T>
All Implemented Interfaces:
io.github.muehmar.codegenerator.Generator<T,PojoSettings>

public class PackageGenerator<T> extends Object implements io.github.muehmar.codegenerator.Generator<T,PojoSettings>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.muehmar.codegenerator.writer.Writer
    generate(T data, PojoSettings settings, io.github.muehmar.codegenerator.writer.Writer writer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.muehmar.codegenerator.Generator

    append, append, append, append, append, appendConditionally, appendConditionally, appendList, appendList, appendNewLine, appendNoSettings, appendOptional, appendSingleBlankLine, contraMap, filter, filter, indent, prependNewLine
  • Constructor Details

    • PackageGenerator

      public PackageGenerator()
  • Method Details

    • generate

      public io.github.muehmar.codegenerator.writer.Writer generate(T data, PojoSettings settings, io.github.muehmar.codegenerator.writer.Writer writer)
      Specified by:
      generate in interface io.github.muehmar.codegenerator.Generator<T,PojoSettings>