Class ConstructorGenerator<A,B>

java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.pojo.ConstructorGenerator<A,B>
All Implemented Interfaces:
io.github.muehmar.codegenerator.Generator<A,B>

public class ConstructorGenerator<A,B> extends Object implements io.github.muehmar.codegenerator.Generator<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.muehmar.codegenerator.writer.Writer
    generate(A data, B 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
  • Method Details

    • generate

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