| Package | Description |
|---|---|
| org.openapitools.codegen | |
| org.openapitools.codegen.languages |
| Modifier and Type | Field and Description |
|---|---|
protected List<CliOption> |
DefaultCodegen.cliOptions |
| Modifier and Type | Method and Description |
|---|---|
CliOption |
CliOption.addEnum(String value,
String description) |
protected CliOption |
DefaultCodegen.buildLibraryCliOption(Map<String,String> supportedLibraries) |
CliOption |
CliOption.defaultValue(String defaultValue) |
static CliOption |
CliOption.newBoolean(String opt,
String description)
Create new boolean command line option with a default of false
|
static CliOption |
CliOption.newBoolean(String opt,
String description,
boolean defaultValue)
Create new boolean command line option with the provided value as default
|
static CliOption |
CliOption.newString(String opt,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<CliOption> |
CodegenConfig.cliOptions() |
List<CliOption> |
DefaultCodegen.cliOptions() |
| Modifier and Type | Field and Description |
|---|---|
protected CliOption |
AspNetCoreServerCodegen.aspnetCoreVersion |
protected CliOption |
AspNetCoreServerCodegen.swashbuckleVersion |
| Modifier and Type | Method and Description |
|---|---|
abstract List<CliOption> |
ScalaSttpClientCodegen.Property.toCliOptions() |
List<CliOption> |
ScalaSttpClientCodegen.StringProperty.toCliOptions() |
List<CliOption> |
ScalaSttpClientCodegen.BooleanProperty.toCliOptions() |
Copyright © 2021. All rights reserved.