Uses of Class
io.swagger.v3.oas.models.servers.ServerVariable
-
Packages that use ServerVariable Package Description io.swagger.v3.oas.models.servers -
-
Uses of ServerVariable in io.swagger.v3.oas.models.servers
Methods in io.swagger.v3.oas.models.servers that return ServerVariable Modifier and Type Method Description ServerVariableServerVariable. _default(String _default)ServerVariableServerVariable. _enum(List<String> _enum)ServerVariableServerVariable. addEnumItem(String _enumItem)ServerVariableServerVariable. description(String description)ServerVariableServerVariable. extensions(Map<String,Object> extensions)Methods in io.swagger.v3.oas.models.servers with parameters of type ServerVariable Modifier and Type Method Description ServerVariablesServerVariables. addServerVariable(String name, ServerVariable item)
-