Uses of Class
io.swagger.v3.oas.models.servers.ServerVariables
-
Packages that use ServerVariables Package Description io.swagger.v3.oas.models.servers -
-
Uses of ServerVariables in io.swagger.v3.oas.models.servers
Methods in io.swagger.v3.oas.models.servers that return ServerVariables Modifier and Type Method Description ServerVariablesServerVariables. addServerVariable(String name, ServerVariable item)ServerVariablesServerVariables. extensions(Map<String,Object> extensions)Deprecated.As extensions don't make sense at this levelServerVariablesServer. getVariables()returns the variables property from a Server instance.Methods in io.swagger.v3.oas.models.servers with parameters of type ServerVariables Modifier and Type Method Description voidServer. setVariables(ServerVariables variables)ServerServer. variables(ServerVariables variables)
-