- templateDir - Variable in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- templateDir() - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- templateVersion - Variable in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- testBasePath - Variable in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- testBasePath - Variable in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- testFolder - Variable in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- testPackage - Variable in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- testPackage() - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- testResourcesFolder - Variable in class io.swagger.codegen.languages.java.AbstractJavaJAXRSServerCodegen
-
- title - Variable in class io.swagger.codegen.languages.java.AbstractJavaJAXRSServerCodegen
-
- title - Variable in class io.swagger.codegen.languages.java.JavaInflectorServerCodegen
-
- TITLE - Static variable in class io.swagger.codegen.languages.java.SpringCodegen
-
- title - Variable in class io.swagger.codegen.languages.java.SpringCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the file name of the Api Documentation
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the file name of the Api Test
- toApiFilename(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.typescript.TypeScriptAngularClientCodegen
-
- toApiImport(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the fully-qualified "Api" name for import
- toApiImport(String) - Method in class io.swagger.codegen.languages.typescript.TypeScriptAngularClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Output the API (class) name (capitalized) ending with "Api"
Return DefaultApi if name is empty
- toApiName(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaJAXRSServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.java.JavaInflectorServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.java.SpringCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.typescript.TypeScriptAngularClientCodegen
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the file name of the Api Test
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toApiVarName(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the variable name in the Api
- toBooleanGetter(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Output the Getter name for boolean property, e.g.
- toBooleanGetter(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
Output the Getter name for boolean property, e.g.
- toDefaultValue(Schema) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the default value of the property
- toDefaultValue(Schema) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toDefaultValue(Schema) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
Return the default value of the property
- toDefaultValue(Schema) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toDefaultValue(Schema) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toDefaultValue(Schema) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toDefaultValueWithParam(String, Schema) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the property initialized from a data object
Useful for initialization with a plain object in Javascript
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the enum default value in the language specified format
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the Enum name (e.g.
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the enum value in the language specified format
e.g.
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the sanitized variable name for enum
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.kotlin.AbstractKotlinCodegen
-
Return the sanitized variable name for enum
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toExamples(Map<String, Object>) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- toExampleValue(Schema) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the example value of the property
- toExampleValue(Schema) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toGetter(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Output the Getter name, e.g.
- toHtml(String) - Method in class io.swagger.codegen.languages.html.StaticHtmlCodegen
-
Convert Markdown text to HTML
- toInstantiationType(Schema) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the instantiation type of the property, especially for map and array
- toInstantiationType(Schema) - Method in class io.swagger.codegen.languages.kotlin.AbstractKotlinCodegen
-
- toInstantiationType(Schema) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the capitalized file name of the model documentation
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the capitalized file name of the model
- toModelFilename(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
Return the capitalized file name of the model.
- toModelFilename(String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.typescript.TypeScriptAngularClientCodegen
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the fully-qualified "Model" name for import
- toModelImport(String) - Method in class io.swagger.codegen.languages.kotlin.AbstractKotlinCodegen
-
Return the fully-qualified "Model" name for import
- toModelImport(String) - Method in class io.swagger.codegen.languages.typescript.TypeScriptAngularClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Output the proper model name (capitalized).
- toModelName(String) - Method in class io.swagger.codegen.languages.html.StaticHtmlCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.kotlin.AbstractKotlinCodegen
-
Output the proper model name (capitalized).
- toModelName(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
Output the proper model name (capitalized).
- toModelName(String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the capitalized file name of the model test
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the operation ID (method name)
- toOperationId(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toPackagePath(String, String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toPackagePath(String, String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the parameter name by removing invalid characters and proper escaping if
it's a reserved word.
- toParamName(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- toRegularExpression(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the regular expression/JSON schema pattern (http://json-schema.org/latest/json-schema-validation.html#anchor33)
- toRegularExpression(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toSetter(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Output the Getter name, e.g.
- toSrcPath(String, String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toSrcPath(String, String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the variable name by removing invalid characters and proper escaping if
it's a reserved word.
- toVarName(String) - Method in class io.swagger.codegen.languages.java.AbstractJavaCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.kotlin.AbstractKotlinCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.php.AbstractPhpCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.php.PhpClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.swift.AbstractSwiftCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.typescript.AbstractTypeScriptClientCodegen
-
- typeAliases - Variable in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- typeMapping - Variable in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- typeMapping() - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- TypeScriptAngularClientCodegen - Class in io.swagger.codegen.languages.typescript
-
- TypeScriptAngularClientCodegen() - Constructor for class io.swagger.codegen.languages.typescript.TypeScriptAngularClientCodegen
-