- GEM_AUTHOR - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_AUTHOR_EMAIL - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_DESCRIPTION - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_HOMEPAGE - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_LICENSE - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_NAME - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_SUMMARY - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- GEM_VERSION - Static variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemAuthor - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemAuthorEmail - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemDescription - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemHomepage - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemLicense - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemName - Variable in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- gemName - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemName - Variable in class io.swagger.codegen.languages.SinatraServerCodegen
-
- gemSummary - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemVersion - Variable in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- gemVersion - Variable in class io.swagger.codegen.languages.RubyClientCodegen
-
- gemVersion - Variable in class io.swagger.codegen.languages.SinatraServerCodegen
-
- generate() - Method in class io.swagger.codegen.DefaultGenerator
-
- generate(Map<String, Object>, List<String>, Property) - Method in class io.swagger.codegen.examples.ExampleGenerator
-
- generate() - Method in interface io.swagger.codegen.Generator
-
- generate(String[]) - Method in class io.swagger.codegen.MetaGenerator
-
Deprecated.
- GENERATE_API_TESTS - Static variable in class io.swagger.codegen.CodegenConstants
-
- GENERATE_API_TESTS_DESC - Static variable in class io.swagger.codegen.CodegenConstants
-
- GENERATE_MODEL_TESTS - Static variable in class io.swagger.codegen.CodegenConstants
-
- GENERATE_MODEL_TESTS_DESC - Static variable in class io.swagger.codegen.CodegenConstants
-
- generateCoreData - Variable in class io.swagger.codegen.languages.ObjcClientCodegen
-
- generateExamplePath(String, Operation) - Method in interface io.swagger.codegen.CodegenConfig
-
- generateExamplePath(String, Operation) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the example path
- generateGemName(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
Generate Ruby gem name from the module name, e.g.
- generateModuleName(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
Generate Ruby module name from the gem name, e.g.
- generatePackageName(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
Generate Python package name from String `packageName`
(PEP 0008) Python packages should also have short, all-lowercase names,
although the use of underscores is discouraged.
- Generator - Interface in io.swagger.codegen
-
- getAdditionalProperties() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getApiPackage() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getArtifactId() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getArtifactVersion() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getAuth() - Method in class io.swagger.codegen.ClientOptInput
-
Deprecated.
- getAuth() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getAuthorizationValues() - Method in class io.swagger.codegen.ClientOptInput
-
Deprecated.
- getCommonTemplateDir() - Method in interface io.swagger.codegen.CodegenConfig
-
- getCommonTemplateDir() - Method in class io.swagger.codegen.DefaultCodegen
-
- getConfig() - Method in class io.swagger.codegen.ClientOptInput
-
- getConfig(String) - Static method in class io.swagger.codegen.Codegen
-
Deprecated.
- getConfig(String) - Static method in class io.swagger.codegen.MetaGenerator
-
Deprecated.
- getCPResourcePath(String) - Method in class io.swagger.codegen.AbstractGenerator
-
- getDefault() - Method in class io.swagger.codegen.CliOption
-
- getDefaultImplementation() - Method in enum io.swagger.codegen.CodegenModelType
-
- getDefinition() - Method in class io.swagger.codegen.ignore.rules.Rule
-
- getDescription() - Method in class io.swagger.codegen.CliOption
-
- getDynamicProperties() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getEnum() - Method in class io.swagger.codegen.CliOption
-
- getExample(Property) - Method in class io.swagger.codegen.examples.XmlExampleGenerator
-
- getExcludeOperation() - Method in class io.swagger.codegen.ignore.rules.EverythingRule
-
- getExcludeOperation() - Method in class io.swagger.codegen.ignore.rules.Rule
-
- getExclusionRules() - Method in class io.swagger.codegen.ignore.CodegenIgnoreProcessor
-
- getExtensions() - Static method in class io.swagger.codegen.Codegen
-
Deprecated.
- getExtensions() - Static method in class io.swagger.codegen.MetaGenerator
-
Deprecated.
- getFullTemplateFile(CodegenConfig, String) - Method in class io.swagger.codegen.AbstractGenerator
-
Get the template file path with template dir prepended, and use the
library template if exists.
- getGitRepoId() - Method in interface io.swagger.codegen.CodegenConfig
-
- getGitRepoId() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getGitRepoId() - Method in class io.swagger.codegen.DefaultCodegen
-
Git repo ID
- getGitUserId() - Method in interface io.swagger.codegen.CodegenConfig
-
- getGitUserId() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getGitUserId() - Method in class io.swagger.codegen.DefaultCodegen
-
Git user ID
- getGroupId() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getHasBodyParam() - Method in class io.swagger.codegen.CodegenOperation
-
Check if there's at least one body parameter
- getHasExamples() - Method in class io.swagger.codegen.CodegenOperation
-
Check if there's at least one example parameter
- getHasFormParams() - Method in class io.swagger.codegen.CodegenOperation
-
Check if there's at least one form parameter
- getHasHeaderParams() - Method in class io.swagger.codegen.CodegenOperation
-
Check if there's at least one header parameter
- getHasPathParams() - Method in class io.swagger.codegen.CodegenOperation
-
Check if there's at least one path parameter
- getHasQueryParams() - Method in class io.swagger.codegen.CodegenOperation
-
Check if there's at least one query parameter
- getHelp() - Method in interface io.swagger.codegen.CodegenConfig
-
- getHelp() - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.AspNet5ServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.CSharpClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.FlaskConnexionCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.GoServerCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.GroovyClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.HaskellServantCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.JavaClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavaCXFServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavaInflectorServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavaJAXRSSpecServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavaJerseyServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavaResteasyServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.JMeterCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.LumenServerCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.NodeJSServerCodegen
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
Returns human-friendly help for the generator.
- getHelp() - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.ScalatraServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.SpringCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.StaticDocCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.StaticHtmlGenerator
-
- getHelp() - Method in class io.swagger.codegen.languages.SwaggerGenerator
-
- getHelp() - Method in class io.swagger.codegen.languages.SwaggerYamlGenerator
-
- getHelp() - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.TypeScriptAngularClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.TypeScriptFetchClientCodegen
-
- getHelp() - Method in class io.swagger.codegen.languages.TypeScriptNodeClientCodegen
-
- getHttpUserAgent() - Method in interface io.swagger.codegen.CodegenConfig
-
- getHttpUserAgent() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getHttpUserAgent() - Method in class io.swagger.codegen.DefaultCodegen
-
HTTP user agent
- getImportMappings() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getIncludeOperation() - Method in class io.swagger.codegen.ignore.rules.Rule
-
- getInclusionRules() - Method in class io.swagger.codegen.ignore.CodegenIgnoreProcessor
-
- getInputSpec() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getInstantiationTypes() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getInvokerPackage() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getLang() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getLanguageSpecificPrimitives() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getLibrary() - Method in interface io.swagger.codegen.CodegenConfig
-
Library template (sub-template).
- getLibrary() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getLibrary() - Method in class io.swagger.codegen.DefaultCodegen
-
Library template (sub-template).
- getModelNamePrefix() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getModelNameSuffix() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getModelPackage() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getModelPropertyNaming() - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- getName() - Method in interface io.swagger.codegen.CodegenConfig
-
- getName() - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.AspNet5ServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.CSharpClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.FlaskConnexionCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.GoServerCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.GroovyClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.HaskellServantCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.JavaClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavaCXFServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavaInflectorServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavaJAXRSSpecServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavaJerseyServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavaResteasyServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.JMeterCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.LumenServerCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.NodeJSServerCodegen
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
Configures a friendly name for the generator.
- getName() - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.ScalatraServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getName() - Method in class io.swagger.codegen.languages.SpringCodegen
-
- getName() - Method in class io.swagger.codegen.languages.StaticDocCodegen
-
- getName() - Method in class io.swagger.codegen.languages.StaticHtmlGenerator
-
- getName() - Method in class io.swagger.codegen.languages.SwaggerGenerator
-
- getName() - Method in class io.swagger.codegen.languages.SwaggerYamlGenerator
-
- getName() - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- getName() - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.TypeScriptAngularClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.TypeScriptFetchClientCodegen
-
- getName() - Method in class io.swagger.codegen.languages.TypeScriptNodeClientCodegen
-
- getNameUsingModelPropertyNaming(String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- getNegated() - Method in class io.swagger.codegen.ignore.rules.Rule
-
Whether or not the rule should be negated.
- getNpmName() - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getNpmName() - Method in class io.swagger.codegen.languages.TypeScriptFetchClientCodegen
-
- getNpmRepository() - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getNpmRepository() - Method in class io.swagger.codegen.languages.TypeScriptNodeClientCodegen
-
- getNpmVersion() - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getNpmVersion() - Method in class io.swagger.codegen.languages.TypeScriptFetchClientCodegen
-
- getNpmVersion() - Method in class io.swagger.codegen.languages.TypeScriptNodeClientCodegen
-
- getOpt() - Method in class io.swagger.codegen.CliOption
-
- getOption(String) - Method in class config.Config
-
- getOptionHelp() - Method in class io.swagger.codegen.CliOption
-
- getOptions() - Method in class config.Config
-
- getOpts() - Method in class io.swagger.codegen.ClientOptInput
-
- getOrGenerateOperationId(Operation, String, String) - Method in class io.swagger.codegen.DefaultCodegen
-
Get operationId from the operation object, and if it's blank, generate a new one from the given parameters.
- getOutputDir() - Method in interface io.swagger.codegen.CodegenConfig
-
- getOutputDir() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getOutputDir() - Method in class io.swagger.codegen.DefaultCodegen
-
- getOutputDirectory() - Method in class io.swagger.codegen.ClientOpts
-
- getPackagePath() - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getPackagePath() - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getPattern() - Method in class io.swagger.codegen.ignore.rules.Rule
-
- getProperties() - Method in class io.swagger.codegen.ClientOpts
-
- getReason() - Method in class io.swagger.codegen.ignore.rules.InvalidRule
-
- getReleaseNote() - Method in interface io.swagger.codegen.CodegenConfig
-
- getReleaseNote() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getReleaseNote() - Method in class io.swagger.codegen.DefaultCodegen
-
Release note
- getSupportsES6() - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- getSwagger() - Method in class io.swagger.codegen.ClientOptInput
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.DefaultCodegen
-
returns the swagger type for the property
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
Optional - swagger type conversion.
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.HaskellServantCodegen
-
Optional - swagger type conversion.
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.JMeterCodegen
-
Optional - swagger type conversion.
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.LumenServerCodegen
-
Optional - swagger type conversion.
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
Optional - swagger type conversion.
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.ScalatraServerCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- getSwaggerType(Property) - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getSystemProperties() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getTag() - Method in interface io.swagger.codegen.CodegenConfig
-
- getTag() - Method in class io.swagger.codegen.languages.AbstractJavaJAXRSServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.AspNet5ServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.CSharpClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.FlaskConnexionCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.GoServerCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.GroovyClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.HaskellServantCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.JavaClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.JavaInflectorServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.JMeterCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.LumenServerCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.NodeJSServerCodegen
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
Configures the type of generator.
- getTag() - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.ScalatraServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.SpringCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.StaticDocCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.StaticHtmlGenerator
-
- getTag() - Method in class io.swagger.codegen.languages.SwaggerGenerator
-
- getTag() - Method in class io.swagger.codegen.languages.SwaggerYamlGenerator
-
- getTag() - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- getTag() - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- getTarget() - Method in class io.swagger.codegen.ClientOpts
-
- getTemplateDir() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getTemplateReader(String) - Method in class io.swagger.codegen.AbstractGenerator
-
- getter - Variable in class io.swagger.codegen.CodegenProperty
-
- getterAndSetterCapitalize(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Camelize the method name of the getter and setter
- getType() - Method in interface io.swagger.codegen.auth.AuthMethod
-
- getType() - Method in class io.swagger.codegen.CliOption
-
- getTypeDeclaration(Property) - Method in interface io.swagger.codegen.CodegenConfig
-
- getTypeDeclaration(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- getTypeDeclaration(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Output the type declaration of a given name
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.DefaultCodegen
-
Output the type declaration of the property
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
Optional - type declaration.
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.HaskellServantCodegen
-
Optional - type declaration.
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.JMeterCodegen
-
Optional - type declaration.
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.LumenServerCodegen
-
Optional - type declaration.
- getTypeDeclaration(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getTypeDeclaration(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
Optional - type declaration.
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.ScalatraServerCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getTypeDeclaration(String) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.StaticHtmlGenerator
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- getTypeDeclaration(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- getTypeDeclaration(Property) - Method in class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- getTypeMappings() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- getUri() - Method in class io.swagger.codegen.ClientOpts
-
- getUseAndroidMavenGradlePlugin() - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- GIT_REPO_ID - Static variable in class io.swagger.codegen.CodegenConstants
-
- GIT_REPO_ID_DESC - Static variable in class io.swagger.codegen.CodegenConstants
-
- GIT_REPO_URL - Static variable in class io.swagger.codegen.languages.ObjcClientCodegen
-
- GIT_USER_ID - Static variable in class io.swagger.codegen.CodegenConstants
-
- GIT_USER_ID_DESC - Static variable in class io.swagger.codegen.CodegenConstants
-
- gitRepoId - Variable in class io.swagger.codegen.DefaultCodegen
-
- gitRepoURL - Variable in class io.swagger.codegen.languages.ObjcClientCodegen
-
- gitUserId - Variable in class io.swagger.codegen.DefaultCodegen
-
- GlobalSupportingFile - Class in io.swagger.codegen
-
- GoClientCodegen - Class in io.swagger.codegen.languages
-
- GoClientCodegen() - Constructor for class io.swagger.codegen.languages.GoClientCodegen
-
- GoServerCodegen - Class in io.swagger.codegen.languages
-
- GoServerCodegen() - Constructor for class io.swagger.codegen.languages.GoServerCodegen
-
- gradleWrapperPackage - Variable in class io.swagger.codegen.languages.AndroidClientCodegen
-
- gradleWrapperPackage - Variable in class io.swagger.codegen.languages.JavaClientCodegen
-
- gradleWrapperPackage - Variable in class io.swagger.codegen.languages.ScalaClientCodegen
-
- GroovyClientCodegen - Class in io.swagger.codegen.languages
-
- GroovyClientCodegen() - Constructor for class io.swagger.codegen.languages.GroovyClientCodegen
-
- GROUP_ID - Static variable in class io.swagger.codegen.CodegenConstants
-
- GROUP_ID_DESC - Static variable in class io.swagger.codegen.CodegenConstants
-
- groupId - Variable in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.AndroidClientCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.ScalaClientCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.ScalatraServerCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.SilexServerCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.StaticDocCodegen
-
- groupId - Variable in class io.swagger.codegen.languages.StaticHtmlGenerator
-
- TAG_END - Static variable in class io.swagger.codegen.examples.XmlExampleGenerator
-
- TAG_START - Static variable in class io.swagger.codegen.examples.XmlExampleGenerator
-
- tags - Variable in class io.swagger.codegen.CodegenOperation
-
- target - Variable in class io.swagger.codegen.ClientOpts
-
- targetFramework - Variable in class io.swagger.codegen.languages.CSharpClientCodegen
-
- targetFrameworkNuget - Variable in class io.swagger.codegen.languages.CSharpClientCodegen
-
- tasksFolder - Variable in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- TEMPLATE_DIR - Static variable in class io.swagger.codegen.CodegenConstants
-
- templateDir() - Method in interface io.swagger.codegen.CodegenConfig
-
- templateDir - Variable in class io.swagger.codegen.DefaultCodegen
-
- templateDir() - Method in class io.swagger.codegen.DefaultCodegen
-
- templateFile - Variable in class io.swagger.codegen.SupportingFile
-
- testBasePath - Variable in class io.swagger.codegen.languages.PhpClientCodegen
-
- testFolder - Variable in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- testFolder - Variable in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- testFolder - Variable in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- testPackage() - Method in interface io.swagger.codegen.CodegenConfig
-
- testPackage - Variable in class io.swagger.codegen.DefaultCodegen
-
- testPackage() - Method in class io.swagger.codegen.DefaultCodegen
-
- testPackageName() - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- title - Variable in class io.swagger.codegen.languages.AbstractJavaJAXRSServerCodegen
-
- title - Variable in class io.swagger.codegen.languages.GroovyClientCodegen
-
- title - Variable in class io.swagger.codegen.languages.JavaInflectorServerCodegen
-
- TITLE - Static variable in class io.swagger.codegen.languages.SpringCodegen
-
- title - Variable in class io.swagger.codegen.languages.SpringCodegen
-
- TizenClientCodegen - Class in io.swagger.codegen.languages
-
- TizenClientCodegen() - Constructor for class io.swagger.codegen.languages.TizenClientCodegen
-
- tmpFolder - Variable in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toApiDocFilename(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the file name of the Api Documentation
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toApiDocFilename(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toApiFilename(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toApiFilename(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the file name of the Api Test
- toApiFilename(String) - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.FlaskConnexionCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.GoServerCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.NodeJSServerCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toApiFilename(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toApiImport(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toApiImport(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the fully-qualified "Api" name for import
- toApiImport(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toApiImport(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toApiName(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toApiName(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Output the API (class) name (capitalized) ending with "Api"
Return DefaultApi if name is empty
- toApiName(String) - Method in class io.swagger.codegen.languages.AbstractJavaJAXRSServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.FlaskConnexionCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.GoServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.GroovyClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.JavaInflectorServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.NodeJSServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
- toApiName(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.SpringCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toApiName(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toApiTestFilename(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the file name of the Api Test
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toApiTestFilename(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toApiVarName(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toApiVarName(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the variable name in the Api
- toApiVarName(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toApiVarName(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toClientOptInput() - Method in class io.swagger.codegen.config.CodegenConfigurator
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the default value of the property
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
Return the default value of the property
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
Return the default value of the property
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
Return the default value of the property
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
Return the default value of the property
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toDefaultValue(Property) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toDefaultValueWithParam(String, Property) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the property initialized from a data object
Useful for initialization with a plain object in Javascript
- toDefaultValueWithParam(String, Property) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the enum default value in the language specifed format
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toEnumDefaultValue(String, String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the Enum name (e.g.
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toEnumName(CodegenProperty) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the enum value in the language specifed format
e.g.
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.CSharpClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toEnumValue(String, String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the sanitized variable name for enum
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.CSharpClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toEnumVarName(String, String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toExamples(Map<String, Object>) - Method in class io.swagger.codegen.DefaultCodegen
-
- toExampleValue(Property) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the example value of the property
- toExampleValue(Property) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
Return the example value of the property
- toInstantiationType(Property) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the instantiation type of the property, especially for map and array
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.AsyncScalaClientCodegen
-
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.HaskellServantCodegen
-
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toInstantiationType(Property) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- tokenUrl - Variable in class io.swagger.codegen.CodegenSecurity
-
- toModelDocFilename(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the capitalized file name of the model documentation
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.CSharpClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toModelDocFilename(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toModelFilename(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toModelFilename(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the capitalized file name of the model
- toModelFilename(String) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.GoServerCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- toModelFilename(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
Return the capitalized file name of the model
- toModelFilename(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toModelImport(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toModelImport(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the fully-qualified "Model" name for import
- toModelImport(String) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toModelName(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toModelName(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Output the proper model name (capitalized)
- toModelName(String) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.GoServerCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.NancyFXServerCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.Qt5CPPGenerator
-
- toModelName(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- toModelName(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
Output the proper model name (capitalized)
- toModelName(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toModelNameWithoutReservedWordCheck(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toModelTestFilename(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the capitalized file name of the model test
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the operation ID (method name)
- toOperationId(String) - Method in class io.swagger.codegen.languages.AbstractCSharpCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.FlaskConnexionCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.GoServerCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toOperationId(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toPackagePath(String, String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toPackagePath(String, String) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- toParamName(String) - Method in interface io.swagger.codegen.CodegenConfig
-
- toParamName(String) - Method in class io.swagger.codegen.DefaultCodegen
-
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.AbstractCSharpCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- toParamName(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toRegularExpression(String) - Method in class io.swagger.codegen.DefaultCodegen
-
Return the regular expression/JSON schema pattern (http://json-schema.org/latest/json-schema-validation.html#anchor33)
- toString() - Method in class io.swagger.codegen.ClientOpts
-
- toString() - Method in class io.swagger.codegen.CodegenModel
-
- toString() - Method in class io.swagger.codegen.CodegenOperation
-
- toString() - Method in class io.swagger.codegen.CodegenParameter
-
- toString() - Method in class io.swagger.codegen.CodegenProperty
-
- toString() - Method in class io.swagger.codegen.CodegenResponse
-
- toString() - Method in class io.swagger.codegen.CodegenSecurity
-
- toString() - Method in class io.swagger.codegen.SupportingFile
-
- toSwiftyEnumName(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toValue() - Method in enum io.swagger.codegen.CodegenType
-
- toVarName(String) - Method in class io.swagger.codegen.DefaultCodegen
-
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.AbstractCSharpCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.AbstractJavaCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.AbstractTypeScriptClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.AkkaScalaClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.AndroidClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.ClojureClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.CppRestClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.CsharpDotNet2ClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.DartClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.FlashClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.GoClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.JavascriptClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.ObjcClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.PerlClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.PhpClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.PythonClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.Rails5ServerCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.RubyClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.ScalaClientCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.SilexServerCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.SinatraServerCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.SlimFrameworkServerCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.SwiftCodegen
-
- toVarName(String) - Method in class io.swagger.codegen.languages.TizenClientCodegen
-
- toXml(Property) - Method in class io.swagger.codegen.examples.XmlExampleGenerator
-
- toXml(Model, int, Collection<String>) - Method in class io.swagger.codegen.examples.XmlExampleGenerator
-
- toXml(String, Property, int, Collection<String>) - Method in class io.swagger.codegen.examples.XmlExampleGenerator
-
- type - Variable in class io.swagger.codegen.CodegenSecurity
-
- typeMapping() - Method in interface io.swagger.codegen.CodegenConfig
-
- typeMapping - Variable in class io.swagger.codegen.DefaultCodegen
-
- typeMapping() - Method in class io.swagger.codegen.DefaultCodegen
-
- TypeScriptAngular2ClientCodegen - Class in io.swagger.codegen.languages
-
- TypeScriptAngular2ClientCodegen() - Constructor for class io.swagger.codegen.languages.TypeScriptAngular2ClientCodegen
-
- TypeScriptAngularClientCodegen - Class in io.swagger.codegen.languages
-
- TypeScriptAngularClientCodegen() - Constructor for class io.swagger.codegen.languages.TypeScriptAngularClientCodegen
-
- TypeScriptFetchClientCodegen - Class in io.swagger.codegen.languages
-
- TypeScriptFetchClientCodegen() - Constructor for class io.swagger.codegen.languages.TypeScriptFetchClientCodegen
-
- TypeScriptNodeClientCodegen - Class in io.swagger.codegen.languages
-
- TypeScriptNodeClientCodegen() - Constructor for class io.swagger.codegen.languages.TypeScriptNodeClientCodegen
-