public class ServerVariablesImpl extends LinkedHashMap<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> implements org.eclipse.microprofile.openapi.models.servers.ServerVariables, ModelImpl
ServerVariables OpenAPI model interface.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServerVariablesImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtension(String name,
Object value) |
org.eclipse.microprofile.openapi.models.servers.ServerVariables |
addServerVariable(String name,
org.eclipse.microprofile.openapi.models.servers.ServerVariable serverVariable) |
Map<String,Object> |
getExtensions() |
void |
setExtensions(Map<String,Object> extensions) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic Map<String,Object> getExtensions()
getExtensions in interface org.eclipse.microprofile.openapi.models.ExtensibleExtensible.getExtensions()public void addExtension(String name, Object value)
addExtension in interface org.eclipse.microprofile.openapi.models.ExtensibleExtensible.addExtension(java.lang.String, java.lang.Object)public void setExtensions(Map<String,Object> extensions)
setExtensions in interface org.eclipse.microprofile.openapi.models.ExtensibleExtensible.setExtensions(java.util.Map)public org.eclipse.microprofile.openapi.models.servers.ServerVariables addServerVariable(String name, org.eclipse.microprofile.openapi.models.servers.ServerVariable serverVariable)
addServerVariable in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablesServerVariables.addServerVariable(java.lang.String, org.eclipse.microprofile.openapi.models.servers.ServerVariable)Copyright © 2018 JBoss by Red Hat. All rights reserved.