Uses of Class
org.apache.juneau.bean.openapi3.ServerVariable
Packages that use ServerVariable
-
Uses of ServerVariable in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return ServerVariableModifier and TypeMethodDescriptionAdds one or more values to theenum property.ServerVariable.copy()
Make a deep copy of this object.static final ServerVariable
OpenApiBuilder.serverVariable()
Creates an emptyServerVariable
element.static final ServerVariable
OpenApiBuilder.serverVariable
(String defaultValue) Creates aServerVariable
element with the specifieddefault
attribute.ServerVariable.setDefault
(String value) Bean property setter:default .ServerVariable.setDescription
(String value) Bean property setter:description .ServerVariable.setEnum
(Collection<Object> value) Bean property setter:enum .protected ServerVariable
ServerVariable.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type ServerVariableMethods in org.apache.juneau.bean.openapi3 with parameters of type ServerVariableModifier and TypeMethodDescriptionServer.addVariable
(String key, ServerVariable value) Adds one or more values to thevariables property.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type ServerVariableModifier and TypeMethodDescriptionServer.setVariables
(Map<String, ServerVariable> value) Bean property setter:variables .Constructors in org.apache.juneau.bean.openapi3 with parameters of type ServerVariable