public class AsyncScalaClientCodegen extends DefaultCodegen implements CodegenConfig
Modifier and Type | Field and Description |
---|---|
protected String |
artifactId |
protected String |
artifactVersion |
protected boolean |
asyncHttpClient |
protected boolean |
authPreemptive |
protected String |
authScheme |
protected String |
clientName |
protected String |
groupId |
protected String |
invokerPackage |
protected String |
sourceFolder |
additionalProperties, apiPackage, apiTemplateFiles, cliOptions, defaultIncludes, fileSuffix, importMapping, instantiationTypes, languageSpecificPrimitives, modelPackage, modelTemplateFiles, outputFolder, reservedWords, supportingFiles, templateDir, typeMapping
Constructor and Description |
---|
AsyncScalaClientCodegen() |
Modifier and Type | Method and Description |
---|---|
String |
apiFileFolder() |
String |
escapeReservedWord(String name) |
String |
getHelp() |
String |
getName() |
String |
getSwaggerType(io.swagger.models.properties.Property p)
returns the swagger type for the property
|
CodegenType |
getTag() |
String |
getTypeDeclaration(io.swagger.models.properties.Property p) |
String |
modelFileFolder() |
String |
toDefaultValue(io.swagger.models.properties.Property p) |
String |
toInstantiationType(io.swagger.models.properties.Property p) |
additionalProperties, addOperationToGroup, apiFilename, apiPackage, apiTemplateFiles, camelize, camelize, cliOptions, defaultIncludes, escapeText, fileSuffix, fromModel, fromOperation, fromParameter, fromProperty, fromResponse, fromSecurity, generateExamplePath, getOutputDir, getterAndSetterCapitalize, getTypeDeclaration, importMapping, initialCaps, instantiationTypes, languageSpecificPrimitives, modelPackage, modelTemplateFiles, outputFolder, postProcessModels, postProcessOperations, postProcessSupportingFileData, processOpts, processSwagger, removeNonNameElementToCamelCase, reservedWords, setApiPackage, setModelPackage, setNonArrayMapProperty, setOutputDir, setTemplateDir, shouldOverwrite, snakeCase, supportingFiles, templateDir, toApiFilename, toApiImport, toApiName, toApiVarName, toEnumName, toExamples, toModelFilename, toModelImport, toModelName, toOperationId, toParamName, toVarName, typeMapping, underscore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalProperties, addOperationToGroup, apiFilename, apiPackage, apiTemplateFiles, cliOptions, defaultIncludes, escapeText, fileSuffix, fromModel, fromOperation, fromSecurity, generateExamplePath, getOutputDir, getTypeDeclaration, importMapping, instantiationTypes, modelPackage, modelTemplateFiles, outputFolder, postProcessModels, postProcessOperations, postProcessSupportingFileData, processOpts, processSwagger, reservedWords, setOutputDir, shouldOverwrite, supportingFiles, templateDir, toApiFilename, toApiImport, toApiName, toApiVarName, toModelFilename, toModelImport, toModelName, toParamName, typeMapping
protected String invokerPackage
protected String groupId
protected String artifactId
protected String artifactVersion
protected String sourceFolder
protected String clientName
protected String authScheme
protected boolean authPreemptive
protected boolean asyncHttpClient
public CodegenType getTag()
getTag
in interface CodegenConfig
public String getName()
getName
in interface CodegenConfig
public String getHelp()
getHelp
in interface CodegenConfig
public String escapeReservedWord(String name)
escapeReservedWord
in interface CodegenConfig
escapeReservedWord
in class DefaultCodegen
public String apiFileFolder()
apiFileFolder
in interface CodegenConfig
apiFileFolder
in class DefaultCodegen
public String modelFileFolder()
modelFileFolder
in interface CodegenConfig
modelFileFolder
in class DefaultCodegen
public String getTypeDeclaration(io.swagger.models.properties.Property p)
getTypeDeclaration
in interface CodegenConfig
getTypeDeclaration
in class DefaultCodegen
public String getSwaggerType(io.swagger.models.properties.Property p)
DefaultCodegen
getSwaggerType
in class DefaultCodegen
public String toInstantiationType(io.swagger.models.properties.Property p)
toInstantiationType
in class DefaultCodegen
public String toDefaultValue(io.swagger.models.properties.Property p)
toDefaultValue
in class DefaultCodegen
Copyright © 2015. All Rights Reserved.