public class PathsImpl extends ExtensibleTreeMap<org.eclipse.microprofile.openapi.models.PathItem,org.eclipse.microprofile.openapi.models.Paths> implements org.eclipse.microprofile.openapi.models.Paths
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>extensions| Constructor and Description |
|---|
PathsImpl() |
PathsImpl(Map<String,? extends org.eclipse.microprofile.openapi.models.PathItem> items) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.Paths |
addPathItem(String name,
org.eclipse.microprofile.openapi.models.PathItem item) |
Map<String,org.eclipse.microprofile.openapi.models.PathItem> |
getPathItems() |
static void |
merge(org.eclipse.microprofile.openapi.models.Paths from,
org.eclipse.microprofile.openapi.models.Paths to,
boolean override) |
void |
removePathItem(String name) |
void |
setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> 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, getPathItem, hasPathItem, 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.Paths addPathItem(String name, org.eclipse.microprofile.openapi.models.PathItem item)
addPathItem in interface org.eclipse.microprofile.openapi.models.Pathspublic void removePathItem(String name)
removePathItem in interface org.eclipse.microprofile.openapi.models.Pathspublic Map<String,org.eclipse.microprofile.openapi.models.PathItem> getPathItems()
getPathItems in interface org.eclipse.microprofile.openapi.models.Pathspublic void setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> items)
setPathItems in interface org.eclipse.microprofile.openapi.models.Pathspublic static void merge(org.eclipse.microprofile.openapi.models.Paths from,
org.eclipse.microprofile.openapi.models.Paths to,
boolean override)
Copyright © 2019. All rights reserved.