public class ServerVariablesImpl extends ExtensibleTreeMap<org.eclipse.microprofile.openapi.models.servers.ServerVariable,org.eclipse.microprofile.openapi.models.servers.ServerVariables> implements org.eclipse.microprofile.openapi.models.servers.ServerVariables
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>extensions| Constructor and Description |
|---|
ServerVariablesImpl() |
ServerVariablesImpl(Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> variables) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.servers.ServerVariables |
addServerVariable(String name,
org.eclipse.microprofile.openapi.models.servers.ServerVariable item) |
Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> |
getServerVariables() |
static void |
merge(org.eclipse.microprofile.openapi.annotations.servers.ServerVariable from,
org.eclipse.microprofile.openapi.models.servers.ServerVariables to,
boolean override) |
void |
removeServerVariable(String name) |
void |
setServerVariables(Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> items) |
addExtension, getExtensions, removeExtension, setExtensionsceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, getServerVariable, hasServerVariable, put, putAll, removeaddExtension, extensions, getExtensions, removeExtension, setExtensionsclear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic org.eclipse.microprofile.openapi.models.servers.ServerVariables addServerVariable(String name, org.eclipse.microprofile.openapi.models.servers.ServerVariable item)
addServerVariable in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablespublic void removeServerVariable(String name)
removeServerVariable in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablespublic Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> getServerVariables()
getServerVariables in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablespublic void setServerVariables(Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> items)
setServerVariables in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablespublic static void merge(org.eclipse.microprofile.openapi.annotations.servers.ServerVariable from,
org.eclipse.microprofile.openapi.models.servers.ServerVariables to,
boolean override)
Copyright © 2019. All rights reserved.