Uses of Class
org.openapitools.codegen.SupportingFile
-
Packages that use SupportingFile Package Description org.openapitools.codegen org.openapitools.codegen.languages -
-
Uses of SupportingFile in org.openapitools.codegen
Fields in org.openapitools.codegen with type parameters of type SupportingFile Modifier and Type Field Description protected List<SupportingFile>DefaultCodegen. supportingFilesMethods in org.openapitools.codegen that return SupportingFile Modifier and Type Method Description SupportingFileSupportingFile. doNotOverwrite()Identifies this instance as referring to a supporting file which should not overwrite a file of the same name.Methods in org.openapitools.codegen that return types with arguments of type SupportingFile Modifier and Type Method Description List<SupportingFile>CodegenConfig. supportingFiles()List<SupportingFile>DefaultCodegen. supportingFiles() -
Uses of SupportingFile in org.openapitools.codegen.languages
Method parameters in org.openapitools.codegen.languages with type arguments of type SupportingFile Modifier and Type Method Description protected voidJavaHelidonCommonCodegen. processSupportingFiles(List<SupportingFile> modifiable, List<SupportingFile> unmodifiable)Determine whether to generate or overwrite files depending on fullProject property.
-