- templateDir - Variable in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- templateDir() - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
- 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
-
- title - Variable in class io.swagger.codegen.languages.java.JavaInflectorServerCodegen
-
- 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
-
- 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
-
- toApiImport(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the fully-qualified "Api" name for import
- 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.JavaInflectorServerCodegen
-
- 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
-
- 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
- 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
-
- 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
-
- 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
-
- 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.
- toInstantiationType(Schema) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the instantiation type of the property, especially for map and array
- 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
-
- 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
-
- toModelImport(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the fully-qualified "Model" name for import
- 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.java.AbstractJavaCodegen
-
- toModelTestFilename(String) - Method in class io.swagger.codegen.languages.DefaultCodegenConfig
-
Return the capitalized file name of the model test
- 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
-
- 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
-
- 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.
- 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
-
- 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
-