Uses of Class
org.openapitools.codegen.CodegenServerVariable
-
Packages that use CodegenServerVariable Package Description org.openapitools.codegen org.openapitools.codegen.languages -
-
Uses of CodegenServerVariable in org.openapitools.codegen
Fields in org.openapitools.codegen with type parameters of type CodegenServerVariable Modifier and Type Field Description List<CodegenServerVariable>CodegenServer. variablesMethods in org.openapitools.codegen that return types with arguments of type CodegenServerVariable Modifier and Type Method Description List<CodegenServerVariable>CodegenConfig. fromServerVariables(Map<String,io.swagger.v3.oas.models.servers.ServerVariable> variables)List<CodegenServerVariable>DefaultCodegen. fromServerVariables(Map<String,io.swagger.v3.oas.models.servers.ServerVariable> variables) -
Uses of CodegenServerVariable in org.openapitools.codegen.languages
Methods in org.openapitools.codegen.languages that return types with arguments of type CodegenServerVariable Modifier and Type Method Description List<CodegenServerVariable>PostmanCollectionCodegen. fromServerVariables(Map<String,io.swagger.v3.oas.models.servers.ServerVariable> variables)
-