| Package | Description |
|---|---|
| com.cosium.openapi.annotation_processor.code | |
| com.cosium.openapi.annotation_processor.option |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeGeneratorOptions
Created on 12/07/17.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeGeneratorOptions |
CodeGeneratorOptions.copyOf(ICodeGeneratorOptions instance)
Creates an immutable copy of a
ICodeGeneratorOptions value. |
| Constructor and Description |
|---|
CodeGeneratorFactory(ICodeGeneratorOptions options,
ServiceLoader serviceLoader) |
| Modifier and Type | Method and Description |
|---|---|
ICodeGeneratorOptions |
Options.codeGenerator() |
ICodeGeneratorOptions |
IOptions.codeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.codeGenerator(ICodeGeneratorOptions codeGenerator)
Initializes the value for the
codeGenerator attribute. |
Options.BuildFinal |
Options.CodeGeneratorBuildStage.codeGenerator(ICodeGeneratorOptions codeGenerator)
Initializes the value for the
codeGenerator attribute. |
Options |
Options.withCodeGenerator(ICodeGeneratorOptions value)
Copy the current immutable object by setting a value for the
codeGenerator attribute. |
Copyright © 2017 Cosium. All rights reserved.