Uses of Class
org.apache.juneau.bean.openapi3.ServerVariable
Packages that use ServerVariable
- 
Uses of ServerVariable in org.apache.juneau.bean.openapi3Methods 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 ServerVariableOpenApiBuilder.serverVariable()Creates an emptyServerVariableelement.static final ServerVariableOpenApiBuilder.serverVariable(String defaultValue) Creates aServerVariableelement with the specifieddefaultattribute.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 ServerVariableServerVariable.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