Package io.swagger.codegen
Class SupportingFile
- java.lang.Object
-
- io.swagger.codegen.SupportingFile
-
- Direct Known Subclasses:
GlobalSupportingFile
public class SupportingFile extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
destinationFilename
String
folder
String
templateFile
-
Constructor Summary
Constructors Constructor Description SupportingFile(String templateFile, String destinationFilename)
SupportingFile(String templateFile, String folder, String destinationFilename)
-