Uses of Class
com.cosium.openapi.annotation_processor.code.CodeGeneratorOptions
-
Packages that use CodeGeneratorOptions Package Description com.cosium.openapi.annotation_processor.code -
-
Uses of CodeGeneratorOptions in com.cosium.openapi.annotation_processor.code
Methods in com.cosium.openapi.annotation_processor.code that return CodeGeneratorOptions Modifier and Type Method Description CodeGeneratorOptionsCodeGeneratorOptions.Builder. build()Builds a newCodeGeneratorOptions.CodeGeneratorOptionsCodeGeneratorOptions.BuildFinal. build()Builds a newCodeGeneratorOptions.static CodeGeneratorOptionsCodeGeneratorOptions. copyOf(ICodeGeneratorOptions instance)Creates an immutable copy of aICodeGeneratorOptionsvalue.CodeGeneratorOptionsCodeGeneratorOptions. withLanguages(Iterable<String> elements)Copy the current immutable object with elements that replace the content oflanguages.CodeGeneratorOptionsCodeGeneratorOptions. withLanguages(String... elements)Copy the current immutable object with elements that replace the content oflanguages.CodeGeneratorOptionsCodeGeneratorOptions. withOneGenerationFolderPerLanguage(boolean value)Copy the current immutable object by setting a value for theoneGenerationFolderPerLanguageattribute.
-