Class ArrayPojoGenerator
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.array.ArrayPojoGenerator
- All Implemented Interfaces:
io.github.muehmar.codegenerator.Generator<JavaArrayPojo,PojoSettings>
public class ArrayPojoGenerator
extends Object
implements io.github.muehmar.codegenerator.Generator<JavaArrayPojo,PojoSettings>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.github.muehmar.codegenerator.writer.Writergenerate(JavaArrayPojo 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, waitMethods 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
-
ArrayPojoGenerator
public ArrayPojoGenerator()
-
-
Method Details
-
generate
public io.github.muehmar.codegenerator.writer.Writer generate(JavaArrayPojo data, PojoSettings settings, io.github.muehmar.codegenerator.writer.Writer writer) - Specified by:
generatein interfaceio.github.muehmar.codegenerator.Generator<JavaArrayPojo,PojoSettings>
-