Uses of Class
io.swagger.codegen.SupportingFile
-
Packages that use SupportingFile Package Description io.swagger.codegen -
-
Uses of SupportingFile in io.swagger.codegen
Subclasses of SupportingFile in io.swagger.codegen Modifier and Type Class Description class
GlobalSupportingFile
Fields in io.swagger.codegen with type parameters of type SupportingFile Modifier and Type Field Description protected List<SupportingFile>
DefaultCodegen. supportingFiles
Methods in io.swagger.codegen that return types with arguments of type SupportingFile Modifier and Type Method Description List<SupportingFile>
CodegenConfig. supportingFiles()
List<SupportingFile>
DefaultCodegen. supportingFiles()
Methods in io.swagger.codegen with parameters of type SupportingFile Modifier and Type Method Description void
DefaultCodegen. writeOptional(String outputFolder, SupportingFile supportingFile)
Only write if the file doesn't exist
-