| Package | Description |
|---|---|
| org.openapitools.codegen.config |
| Modifier and Type | Method and Description |
|---|---|
static void |
CodegenConfiguratorUtils.applyAdditionalPropertiesKvp(String additionalProperties,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyAdditionalPropertiesKvpList(List<String> additionalProperties,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyGlobalPropertiesKvp(String globalProperties,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyGlobalPropertiesKvpList(List<String> globalProperties,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyImportMappingsKvp(String importMappings,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyImportMappingsKvpList(List<String> importMappings,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyInstantiationTypesKvp(String instantiationTypes,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyInstantiationTypesKvpList(List<String> instantiationTypes,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyLanguageSpecificPrimitivesCsv(String languageSpecificPrimitives,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyLanguageSpecificPrimitivesCsvList(List<String> languageSpecificPrimitives,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyReservedWordsMappingsKvp(String reservedWordMappings,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyReservedWordsMappingsKvpList(List<String> reservedWordMappings,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyServerVariablesKvp(String values,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyServerVariablesKvpList(List<String> values,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applySystemPropertiesKvp(String systemProperties,
CodegenConfigurator configurator)
Deprecated.
This method is deprecated due to confusing between Java Sytsem Properties and generator-specific "system-level properties".
They've since been renamed as "Global Properties". Please use
CodegenConfiguratorUtils.applyGlobalPropertiesKvp(String, CodegenConfigurator). |
static void |
CodegenConfiguratorUtils.applySystemPropertiesKvpList(List<String> systemProperties,
CodegenConfigurator configurator)
Deprecated.
This method is deprecated due to confusion around the tool's use of system properties. We called these system properties
in the past and accepted them via CLI option -D. This lead to confusion between true Java System Properties and generator-specific
"system level properties". They've since been renamed as "Global Properties". Please use
CodegenConfiguratorUtils.applyGlobalPropertiesKvpList(List, CodegenConfigurator). |
static void |
CodegenConfiguratorUtils.applyTypeMappingsKvp(String typeMappings,
CodegenConfigurator configurator) |
static void |
CodegenConfiguratorUtils.applyTypeMappingsKvpList(List<String> typeMappings,
CodegenConfigurator configurator) |
Copyright © 2020. All rights reserved.