Uses of Interface
com.cosium.openapi.annotation_processor.code.CodeGeneratorOptions.BuildFinal
-
Packages that use CodeGeneratorOptions.BuildFinal Package Description com.cosium.openapi.annotation_processor.code -
-
Uses of CodeGeneratorOptions.BuildFinal in com.cosium.openapi.annotation_processor.code
Classes in com.cosium.openapi.annotation_processor.code that implement CodeGeneratorOptions.BuildFinal Modifier and Type Class Description static classCodeGeneratorOptions.BuilderBuilds instances of typeCodeGeneratorOptions.Methods in com.cosium.openapi.annotation_processor.code that return CodeGeneratorOptions.BuildFinal Modifier and Type Method Description CodeGeneratorOptions.BuildFinalCodeGeneratorOptions.BuildFinal. addAllLanguages(Iterable<String> elements)Adds elements tolanguageslist.CodeGeneratorOptions.BuildFinalCodeGeneratorOptions.BuildFinal. addLanguages(String element)Adds one element tolanguageslist.CodeGeneratorOptions.BuildFinalCodeGeneratorOptions.BuildFinal. addLanguages(String... elements)Adds elements tolanguageslist.CodeGeneratorOptions.BuildFinalCodeGeneratorOptions.OneGenerationFolderPerLanguageBuildStage. oneGenerationFolderPerLanguage(boolean oneGenerationFolderPerLanguage)Initializes the value for theoneGenerationFolderPerLanguageattribute.
-