| Package | Description |
|---|---|
| com.cosium.openapi.annotation_processor.code |
| Modifier and Type | Method and Description |
|---|---|
CodeGeneratorOptions |
CodeGeneratorOptions.Builder.build()
Builds a new
CodeGeneratorOptions. |
CodeGeneratorOptions |
CodeGeneratorOptions.BuildFinal.build()
Builds a new
CodeGeneratorOptions. |
static CodeGeneratorOptions |
CodeGeneratorOptions.copyOf(ICodeGeneratorOptions instance)
Creates an immutable copy of a
ICodeGeneratorOptions value. |
CodeGeneratorOptions |
CodeGeneratorOptions.withLanguages(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
languages. |
CodeGeneratorOptions |
CodeGeneratorOptions.withLanguages(String... elements)
Copy the current immutable object with elements that replace the content of
languages. |
CodeGeneratorOptions |
CodeGeneratorOptions.withOneGenerationFolderPerLanguage(boolean value)
Copy the current immutable object by setting a value for the
oneGenerationFolderPerLanguage attribute. |
Copyright © 2018 Cosium. All rights reserved.