Interface ServerVariables
- All Superinterfaces:
Constructible
,Extensible
,Map<String,
ServerVariable>
ServerVariables
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddServerVariable
(String name, ServerVariable serverVariable) This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.Methods inherited from interface org.eclipse.microprofile.openapi.models.Extensible
addExtension, getExtensions, setExtensions
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
addServerVariable
This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.- Parameters:
name
- the name of ServerVariable instanceserverVariable
- the ServerVariable instance- Returns:
- ServerVariables instance with the added name-item pair.
-