Uses of Class
io.muserver.openapi.ServerVariableObject
-
Packages that use ServerVariableObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of ServerVariableObject in io.muserver.openapi
Methods in io.muserver.openapi that return ServerVariableObject Modifier and Type Method Description ServerVariableObject
ServerVariableObjectBuilder. build()
Methods in io.muserver.openapi that return types with arguments of type ServerVariableObject Modifier and Type Method Description java.util.Map<java.lang.String,ServerVariableObject>
ServerObject. variables()
Method parameters in io.muserver.openapi with type arguments of type ServerVariableObject Modifier and Type Method Description ServerObjectBuilder
ServerObjectBuilder. withVariables(java.util.Map<java.lang.String,ServerVariableObject> variables)
-