Uses of Class
com.github.chhorz.openapi.common.domain.ServerVariableObject
Packages that use ServerVariableObject
-
Uses of ServerVariableObject in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return types with arguments of type ServerVariableObjectMethods in com.github.chhorz.openapi.common.domain with parameters of type ServerVariableObjectModifier and TypeMethodDescriptionvoid
Server.addVariable
(String variable, ServerVariableObject variableObject) Method parameters in com.github.chhorz.openapi.common.domain with type arguments of type ServerVariableObjectModifier and TypeMethodDescriptionvoid
Server.setVariables
(Map<String, ServerVariableObject> variables)