
io.swagger.codegen.SupportingFile Maven / Gradle / Ivy
package io.swagger.codegen;
public class SupportingFile {
public String templateFile;
public String folder;
public String destinationFilename;
public SupportingFile(String templateFile, String folder, String destinationFilename) {
this.templateFile = templateFile;
this.folder = folder;
this.destinationFilename = destinationFilename;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy